HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_ALARM_CHANGED (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 116 if (action.equals(Intent.ACTION_ALARM_CHANGED)) {
144 filter.addAction(Intent.ACTION_ALARM_CHANGED);
QuickSettingsModel.java 128 if (action.equals(Intent.ACTION_ALARM_CHANGED)) {
287 alarmIntentFilter.addAction(Intent.ACTION_ALARM_CHANGED);
347 // alarm is actually set, since we won't get the ACTION_ALARM_CHANGED broadcast
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 24 milliseconds