Searched refs:ALARM_CREATE_NEW_INTENT_EXTRA (Results 1 – 2 of 2) sorted by relevance
54 public static final String ALARM_CREATE_NEW_INTENT_EXTRA = "deskclock.create.new"; field in AlarmClockFragment119 if (intent.hasExtra(ALARM_CREATE_NEW_INTENT_EXTRA)) { in onResume()120 if (intent.getBooleanExtra(ALARM_CREATE_NEW_INTENT_EXTRA, false)) { in onResume()126 intent.removeExtra(ALARM_CREATE_NEW_INTENT_EXTRA); in onResume()
279 createAlarm.putExtra(AlarmClockFragment.ALARM_CREATE_NEW_INTENT_EXTRA, true); in handleSetAlarm()