Home
last modified time | relevance | path

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

/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/
DTimerSetupViewTest.java117 Runnable addTimerRunnable = () -> { in validateDefaultState_TimersExist() local
122 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in validateDefaultState_TimersExist()
140 Runnable addTimerRunnable = () -> { in type0InDefaultState_TimersExist() local
145 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in type0InDefaultState_TimersExist()
195 Runnable addTimerRunnable = () -> { in fillDisplayThenDeleteAll_TimersExist() local
200 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in fillDisplayThenDeleteAll_TimersExist()
223 Runnable addTimerRunnable = () -> { in fillDisplayWith9s_TimersExist() local
228 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in fillDisplayWith9s_TimersExist()
DTimerFragmentTest.java88 Runnable addTimerRunnable = () -> { in setUpSingleTimer() local
91 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in setUpSingleTimer()
96 Runnable addTimerRunnable = () -> { in setUpTwoTimers() local
100 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in setUpTwoTimers()