Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegateTest.java91 assertEquals(Mode.MODE_STOPPED, mDelegate.getCurrentModeEnumForTests()); in locationFoundImmediately()
96 assertEquals(Mode.MODE_STOPPED, mDelegate.getCurrentModeEnumForTests()); in locationFoundImmediately()
107 assertEquals(Mode.MODE_STARTED, mDelegate.getCurrentModeEnumForTests()); in locationFoundImmediately()
121 assertEquals(Mode.MODE_STARTED, mDelegate.getCurrentModeEnumForTests()); in locationFoundImmediately()
147 assertEquals(Mode.MODE_STOPPED, mDelegate.getCurrentModeEnumForTests()); in locationNotFoundImmediately()
152 assertEquals(Mode.MODE_STOPPED, mDelegate.getCurrentModeEnumForTests()); in locationNotFoundImmediately()
163 assertEquals(Mode.MODE_STARTED, mDelegate.getCurrentModeEnumForTests()); in locationNotFoundImmediately()
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegate.java291 public int getCurrentModeEnumForTests() { in getCurrentModeEnumForTests() method in OfflineLocationTimeZoneDelegate