Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmClockFragment.kt176 if (intent.hasExtra(ALARM_CREATE_NEW_INTENT_EXTRA)) { in onResume()
178 if (intent.getBooleanExtra(ALARM_CREATE_NEW_INTENT_EXTRA, false)) { in onResume()
184 intent.removeExtra(ALARM_CREATE_NEW_INTENT_EXTRA) in onResume()
412 const val ALARM_CREATE_NEW_INTENT_EXTRA = "deskclock.create.new" constant
DHandleApiCalls.kt241 .putExtra(AlarmClockFragment.ALARM_CREATE_NEW_INTENT_EXTRA, true) in handleSetAlarm()