Home
last modified time | relevance | path

Searched refs:assertCurrentState (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/time/host/src/android/time/cts/host/
DLocationTimeZoneManagerHostTest.java263 mPrimaryFakeTimeZoneProviderShellHelper.assertCurrentState(PROVIDER_STATE_INITIALIZING); in testOnlyPrimary_suggestionMade()
280 mPrimaryFakeTimeZoneProviderShellHelper.assertCurrentState(PROVIDER_STATE_CERTAIN); in testOnlyPrimary_suggestionMade()
481 mSecondaryFakeTimeZoneProviderShellHelper.assertCurrentState(PROVIDER_STATE_CERTAIN); in testOnlySecondary_suggestionMade()
521 mPrimaryFakeTimeZoneProviderShellHelper.assertCurrentState(PROVIDER_STATE_INITIALIZING); in testPrimaryAndSecondary()
525 mSecondaryFakeTimeZoneProviderShellHelper.assertCurrentState(PROVIDER_STATE_DISABLED); in testPrimaryAndSecondary()
538 mPrimaryFakeTimeZoneProviderShellHelper.assertCurrentState(PROVIDER_STATE_UNCERTAIN); in testPrimaryAndSecondary()
542 mSecondaryFakeTimeZoneProviderShellHelper.assertCurrentState( in testPrimaryAndSecondary()
556 mPrimaryFakeTimeZoneProviderShellHelper.assertCurrentState(PROVIDER_STATE_UNCERTAIN); in testPrimaryAndSecondary()
560 mSecondaryFakeTimeZoneProviderShellHelper.assertCurrentState(PROVIDER_STATE_CERTAIN); in testPrimaryAndSecondary()
573 mPrimaryFakeTimeZoneProviderShellHelper.assertCurrentState(PROVIDER_STATE_CERTAIN); in testPrimaryAndSecondary()
[all …]
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DFakeTimeZoneProviderAppShellHelper.java227 public void assertCurrentState(int expectedState) throws Exception { in assertCurrentState() method in FakeTimeZoneProviderAppShellHelper.FakeTimeZoneProviderShellHelper