Home
last modified time | relevance | path

Searched refs:ACTION_DELETE_ALARM (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
DConstants.java35 public static final String ACTION_DELETE_ALARM field in Constants
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DTimerNotificationService.java54 } else if (Constants.ACTION_DELETE_ALARM.equals(action)) { in onHandleIntent()
DSetTimerActivity.java140 Intent deleteIntent = new Intent(Constants.ACTION_DELETE_ALARM, null, this, in buildNotification()