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.java116 Runnable addTimerRunnable = () -> { in validateDefaultState_TimersExist() local
121 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in validateDefaultState_TimersExist()
139 Runnable addTimerRunnable = () -> { in type0InDefaultState_TimersExist() local
144 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in type0InDefaultState_TimersExist()
194 Runnable addTimerRunnable = () -> { in fillDisplayThenDeleteAll_TimersExist() local
199 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in fillDisplayThenDeleteAll_TimersExist()
222 Runnable addTimerRunnable = () -> { in fillDisplayWith9s_TimersExist() local
227 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()