Home
last modified time | relevance | path

Searched refs:ACTION_CANCEL_ALARM (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneActivity.java48 cancelAlarmOperation.setAction(FindPhoneService.ACTION_CANCEL_ALARM); in onCreate()
DFindPhoneService.java44 public static final String ACTION_CANCEL_ALARM = "action_alarm_off"; field in FindPhoneService