Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DNitzStateMachineTestSupportTest.java26 …static com.android.internal.telephony.nitz.NitzStateMachineTestSupport.NON_UNIQUE_US_ZONE_SCENARIO;
108 NON_UNIQUE_US_ZONE_SCENARIO.getNetworkCountryIsoCode(), in test_nonUniqueUs_assumptions()
115 NON_UNIQUE_US_ZONE_SCENARIO.createNitzData(), in test_nonUniqueUs_assumptions()
116 NON_UNIQUE_US_ZONE_SCENARIO.getNetworkCountryIsoCode()); in test_nonUniqueUs_assumptions()
DNitzStateMachineTestSupport.java71 static final Scenario NON_UNIQUE_US_ZONE_SCENARIO = new Scenario.Builder() field in NitzStateMachineTestSupport
DTimeZoneSuggesterImplTest.java32 …static com.android.internal.telephony.nitz.NitzStateMachineTestSupport.NON_UNIQUE_US_ZONE_SCENARIO;
192 Scenario scenario = NON_UNIQUE_US_ZONE_SCENARIO; in test_nonUniqueUsZone()