Searched refs:ACTION_ALARM_CHANGED (Results 1 – 3 of 3) sorted by relevance
73 import static com.android.deskclock.alarms.AlarmStateManager.ACTION_ALARM_CHANGED;148 case ACTION_ALARM_CHANGED: in onReceive()
117 public static final String ACTION_ALARM_CHANGED = "com.android.deskclock.ALARM_CHANGED"; field in AlarmStateManager216 context.sendBroadcast(new Intent(ACTION_ALARM_CHANGED)); in updateNextAlarmInSystemSettings()
180 Intent intent = new Intent(Intent.ACTION_ALARM_CHANGED, handle); in badCallActionHelper()