Searched refs:ACTION_SHOW_ALARM (Results 1 – 3 of 3) sorted by relevance
52 if (Constants.ACTION_SHOW_ALARM.equals(action)) { in onHandleIntent()76 Intent intent = new Intent(Constants.ACTION_SHOW_ALARM, null, this, in deleteTimer()
113 Intent intent = new Intent(Constants.ACTION_SHOW_ALARM, null, this, in registerWithAlarmManager()
33 public static final String ACTION_SHOW_ALARM field in Constants