Home
last modified time | relevance | path

Searched refs:assertStateEquals (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/
H A DTimerFragmentTest.java185 assertStateEquals(Timer.State.RESET, 0); in timeClick_startsTimer()
197 assertStateEquals(Timer.State.RESET, 1); in timeClick_startsSecondTimer()
198 assertStateEquals(Timer.State.RESET, 0); in timeClick_startsSecondTimer()
201 assertStateEquals(Timer.State.RESET, 0); in timeClick_startsSecondTimer()
211 assertStateEquals(Timer.State.RESET, 0); in timeClick_pausesTimer()
225 assertStateEquals(Timer.State.RESET, 1); in timeClick_pausesSecondTimer()
226 assertStateEquals(Timer.State.RESET, 0); in timeClick_pausesSecondTimer()
229 assertStateEquals(Timer.State.RESET, 0); in timeClick_pausesSecondTimer()
232 assertStateEquals(Timer.State.RESET, 0); in timeClick_pausesSecondTimer()
242 assertStateEquals(Timer.State.RESET, 0); in timeClick_restartsTimer()
[all …]
H A DTimerSetupViewTest.java240 assertStateEquals(0, 0, 0); in assertIsReset()
270 assertStateEquals(hours, minutes, seconds); in assertHasValue()
297 private void assertStateEquals(int hours, int minutes, int seconds) { in assertStateEquals() method in TimerSetupViewTest
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DPhoneAccountRegistrarTest.java276 assertStateEquals(input, result); in testState()
1169 private static void assertStateEquals( in assertStateEquals() method in PhoneAccountRegistrarTest