Searched refs:ALARM_CREATE_NEW_INTENT_EXTRA (Results 1 – 2 of 2) sorted by relevance
176 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
241 .putExtra(AlarmClockFragment.ALARM_CREATE_NEW_INTENT_EXTRA, true) in handleSetAlarm()