Searched refs:UNIQUE_US_ZONE_SCENARIO1 (Results 1 – 5 of 5) sorted by relevance
22 …rt static com.android.internal.telephony.nitz.NitzStateMachineTestSupport.UNIQUE_US_ZONE_SCENARIO1;59 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in testNitzSignalInputFilterPredicateImpl_nullSecondArgumentRejected()74 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in testNitzSignalInputFilterPredicateImpl_defaultIsTrue()84 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in testNitzSignalInputFilterPredicateImpl_nullIsIgnored()96 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in testNitzSignalInputFilterPredicateImpl_trueIsHonored()116 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in testNitzSignalInputFilterPredicateImpl_falseIsHonored()147 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in testTrivalentPredicate_bogusElapsedRealtimeCheck()163 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in testTrivalentPredicate_noOldSignalCheck()175 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in testTrivalentPredicate_rateLimitCheck_elapsedRealtime()209 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in testTrivalentPredicate_rateLimitCheck_offsetDifference()[all …]
28 …rt static com.android.internal.telephony.nitz.NitzStateMachineTestSupport.UNIQUE_US_ZONE_SCENARIO1;72 UNIQUE_US_ZONE_SCENARIO1.getNetworkCountryIsoCode(), in test_uniqueUs_assumptions()79 UNIQUE_US_ZONE_SCENARIO1.getTimeZone(), true /* isOnlyMatch */); in test_uniqueUs_assumptions()81 UNIQUE_US_ZONE_SCENARIO1.createNitzData(), in test_uniqueUs_assumptions()82 UNIQUE_US_ZONE_SCENARIO1.getNetworkCountryIsoCode()); in test_uniqueUs_assumptions()
23 …rt static com.android.internal.telephony.nitz.NitzStateMachineTestSupport.UNIQUE_US_ZONE_SCENARIO1;106 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in test_countryThenNitz()148 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in test_nitzThenCountry()190 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in test_emptyCountryString_countryReceivedFirst()232 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in test_emptyCountryStringUsTime_nitzReceivedFirst()345 scenario.changeCountry(UNIQUE_US_ZONE_SCENARIO1.getTimeZoneId(), in test_airplaneModeClearsState()346 UNIQUE_US_ZONE_SCENARIO1.getNetworkCountryIsoCode()); in test_airplaneModeClearsState()374 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1.mutableCopy(); in test_handleNetworkUnavailableClearsNetworkState()455 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in test_countryUnavailableClearsTimeZoneSuggestion()
34 …rt static com.android.internal.telephony.nitz.NitzStateMachineTestSupport.UNIQUE_US_ZONE_SCENARIO1;97 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in test_emptySuggestionForNullCountryWithNitz()120 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in test_uniqueUsZone()397 UNIQUE_US_ZONE_SCENARIO1.createNitzSignal(mFakeDeviceState.elapsedRealtime()); in test_cz()450 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in test_bogusUniqueUsNitzSignal()486 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in test_emulatorNitzExtensionUsedForTimeZone()594 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in test_noCountryDefaultBoost()609 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in test_noCountryDefaultBoost()645 Scenario scenario = UNIQUE_US_ZONE_SCENARIO1; in test_noCountryDefaultBoost()
56 static final Scenario UNIQUE_US_ZONE_SCENARIO1 = new Scenario.Builder() field in NitzStateMachineTestSupport