Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DNitzStateMachineTestSupportTest.java19 import static com.android.internal.telephony.nitz.NitzStateMachineTestSupport.ARBITRARY_DEBUG_INFO;
69 ARBITRARY_DEBUG_INFO); in test_uniqueUs_assumptions()
105 ARBITRARY_DEBUG_INFO); in test_nonUniqueUs_assumptions()
132 UNITED_KINGDOM_COUNTRY_DEFAULT_ZONE_ID, QUALITY_SINGLE_ZONE, ARBITRARY_DEBUG_INFO); in test_unitedKingdom_assumptions()
157 NEW_ZEALAND_COUNTRY_DEFAULT_ZONE_ID, QUALITY_DEFAULT_BOOSTED, ARBITRARY_DEBUG_INFO); in test_newZealand_assumptions()
195 CZECHIA_COUNTRY_DEFAULT_ZONE_ID, QUALITY_SINGLE_ZONE, ARBITRARY_DEBUG_INFO); in test_czechia_assumptions()
DTimeZoneLookupHelperTest.java19 import static com.android.internal.telephony.nitz.NitzStateMachineTestSupport.ARBITRARY_DEBUG_INFO;
317 new CountryResult("Europe/London", QUALITY_SINGLE_ZONE, ARBITRARY_DEBUG_INFO); in testLookupByCountry_oneZone()
337 "Europe/Berlin", QUALITY_MULTIPLE_ZONES_SAME_OFFSET, ARBITRARY_DEBUG_INFO); in testLookupByCountry_oneEffectiveZone()
349 new CountryResult("Europe/Berlin", QUALITY_SINGLE_ZONE, ARBITRARY_DEBUG_INFO); in testLookupByCountry_oneEffectiveZone()
367 "Pacific/Auckland", QUALITY_DEFAULT_BOOSTED, ARBITRARY_DEBUG_INFO); in testDefaultBoostBehavior()
409 "Pacific/Pohnpei", QUALITY_MULTIPLE_ZONES_DIFFERENT_OFFSETS, ARBITRARY_DEBUG_INFO); in testNoDefaultBoostBehavior()
435 "America/New_York", QUALITY_MULTIPLE_ZONES_DIFFERENT_OFFSETS, ARBITRARY_DEBUG_INFO); in testLookupByCountry_multipleZones()
DNitzStateMachineTestSupport.java40 static final String ARBITRARY_DEBUG_INFO = "Test debug info"; field in NitzStateMachineTestSupport