Searched refs:getNitzTimeZoneDetectionSuccessful (Results 1 – 2 of 2) sorted by relevance
167 assertTrue(mNitzStateMachine.getNitzTimeZoneDetectionSuccessful()); in test_uniqueUsZone_timeEnabledTimeZoneEnabled_countryThenNitz()195 assertTrue(mNitzStateMachine.getNitzTimeZoneDetectionSuccessful()); in test_unitedKingdom_timeEnabledTimeZoneEnabled_countryThenNitz()222 assertTrue(mNitzStateMachine.getNitzTimeZoneDetectionSuccessful()); in test_uniqueUsZone_timeEnabledTimeZoneDisabled_countryThenNitz()250 assertTrue(mNitzStateMachine.getNitzTimeZoneDetectionSuccessful()); in test_unitedKingdom_timeEnabledTimeZoneDisabled_countryThenNitz()274 assertTrue(mNitzStateMachine.getNitzTimeZoneDetectionSuccessful()); in test_uniqueUsZone_timeDisabledTimeZoneEnabled_countryThenNitz()298 assertTrue(mNitzStateMachine.getNitzTimeZoneDetectionSuccessful()); in test_unitedKingdom_timeDisabledTimeZoneEnabled_countryThenNitz()322 assertTrue(mNitzStateMachine.getNitzTimeZoneDetectionSuccessful()); in test_uniqueUsZone_timeDisabledTimeZoneDisabled_countryThenNitz()346 assertTrue(mNitzStateMachine.getNitzTimeZoneDetectionSuccessful()); in test_unitedKingdom_timeDisabledTimeZoneDisabled_countryThenNitz()368 assertFalse(mNitzStateMachine.getNitzTimeZoneDetectionSuccessful()); in test_uniqueUsZone_timeDisabledTimeZoneEnabled_nitzThenCountry()380 assertFalse(mNitzStateMachine.getNitzTimeZoneDetectionSuccessful()); in test_uniqueUsZone_timeDisabledTimeZoneEnabled_nitzThenCountry()[all …]
670 public boolean getNitzTimeZoneDetectionSuccessful() { in getNitzTimeZoneDetectionSuccessful() method in NitzStateMachine