Searched refs:ACTION_SHOW_ALARMS (Results 1 – 13 of 13) sorted by relevance
40 Intent(AlarmClock.ACTION_SHOW_ALARMS), in launchClockActivity()
184 public static final String ACTION_SHOW_ALARMS = "android.intent.action.SHOW_ALARMS"; field in AlarmClock
47 Intent(AlarmClock.ACTION_SHOW_ALARMS) in handleInput()
49 assertThat(it.intent.action).isEqualTo(AlarmClock.ACTION_SHOW_ALARMS) in <lambda>()
57 argThat(IntentMatcherAction(AlarmClock.ACTION_SHOW_ALARMS)), in launchClockActivity_default()
60 @VisibleForTesting internal val defaultIntent = Intent(AlarmClock.ACTION_SHOW_ALARMS) in <lambda>()
110 assertThat(tile.defaultIntent.action).isEqualTo(AlarmClock.ACTION_SHOW_ALARMS) in testDefaultIntentShowAlarms()
78 argThat(IntentMatcherAction(AlarmClock.ACTION_SHOW_ALARMS)), in onClockClicked_launchesClock()
118 @VisibleForTesting internal val DEFAULT_CLOCK_INTENT = Intent(AlarmClock.ACTION_SHOW_ALARMS) in <lambda>()
334 .addAction(AlarmClock.ACTION_SHOW_ALARMS)
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
23219 …field public static final java.lang.String ACTION_SHOW_ALARMS = "android.intent.action.SHOW_ALARMS…
35383 field public static final String ACTION_SHOW_ALARMS = "android.intent.action.SHOW_ALARMS";