Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java115 if (action.equals(Intent.ACTION_ALARM_CHANGED)) {
183 filter.addAction(Intent.ACTION_ALARM_CHANGED); in PhoneStatusBarPolicy()
/frameworks/base/core/java/android/content/
DIntent.java1339 public static final String ACTION_ALARM_CHANGED = "android.intent.action.ALARM_CHANGED"; field in Intent