Searched refs:EXTRA_TIMER_SETUP (Results 1 – 2 of 2) sorted by relevance
127 createTimer = it.getBooleanExtra(EXTRA_TIMER_SETUP, false) in onStart()128 it.removeExtra(EXTRA_TIMER_SETUP) in onStart()684 private const val EXTRA_TIMER_SETUP = "com.android.deskclock.action.TIMER_SETUP" constant694 return Intent(context, DeskClock::class.java).putExtra(EXTRA_TIMER_SETUP, true) in createTimerSetupIntent()
67 private static final String EXTRA_TIMER_SETUP = "com.android.deskclock.action.TIMER_SETUP"; field in TimerFragment96 return new Intent(context, DeskClock.class).putExtra(EXTRA_TIMER_SETUP, true); in createTimerSetupIntent()149 createTimer = intent.getBooleanExtra(EXTRA_TIMER_SETUP, false); in onStart()150 intent.removeExtra(EXTRA_TIMER_SETUP); in onStart()