Searched refs:ARBITRARY_SYSTEM_CLOCK_TIME (Results 1 – 3 of 3) sorted by relevance
20 …static com.android.internal.telephony.nitz.NitzStateMachineTestSupport.ARBITRARY_SYSTEM_CLOCK_TIME;73 ARBITRARY_SYSTEM_CLOCK_TIME); in test_uniqueUs_assumptions()109 ARBITRARY_SYSTEM_CLOCK_TIME); in test_nonUniqueUs_assumptions()136 ARBITRARY_SYSTEM_CLOCK_TIME); in test_unitedKingdom_assumptions()161 ARBITRARY_SYSTEM_CLOCK_TIME); in test_newZealand_assumptions()199 ARBITRARY_SYSTEM_CLOCK_TIME); in test_czechia_assumptions()
22 …static com.android.internal.telephony.nitz.NitzStateMachineTestSupport.ARBITRARY_SYSTEM_CLOCK_TIME;123 .initializeSystemClock(ARBITRARY_SYSTEM_CLOCK_TIME) in test_countryThenNitz()165 .initializeSystemClock(ARBITRARY_SYSTEM_CLOCK_TIME) in test_nitzThenCountry()195 .initializeSystemClock(ARBITRARY_SYSTEM_CLOCK_TIME) in test_emptyCountryString_countryReceivedFirst()237 .initializeSystemClock(ARBITRARY_SYSTEM_CLOCK_TIME) in test_emptyCountryStringUsTime_nitzReceivedFirst()279 .initializeSystemClock(ARBITRARY_SYSTEM_CLOCK_TIME) in test_airplaneModeClearsState()379 .initializeSystemClock(ARBITRARY_SYSTEM_CLOCK_TIME) in test_handleNetworkUnavailableClearsNetworkState()460 .initializeSystemClock(ARBITRARY_SYSTEM_CLOCK_TIME) in test_countryUnavailableClearsTimeZoneSuggestion()
38 static final long ARBITRARY_SYSTEM_CLOCK_TIME = createUtcTime(1977, 1, 1, 12, 0, 0); field in NitzStateMachineTestSupport