Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.kt127 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" constant
694 return Intent(context, DeskClock::class.java).putExtra(EXTRA_TIMER_SETUP, true) in createTimerSetupIntent()
DTimerFragment.java67 private static final String EXTRA_TIMER_SETUP = "com.android.deskclock.action.TIMER_SETUP"; field in TimerFragment
96 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()