Home
last modified time | relevance | path

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

/cts/hostsidetests/time/device/fake_tzps_app/src/com/android/time/cts/fake_tzps_app/tzps/
DFakeTimeZoneProviderService.java19 import static android.app.time.cts.shell.FakeTimeZoneProviderAppShellHelper.PROVIDER_STATE_DISABLED;
42 private int mState = PROVIDER_STATE_DISABLED;
56 mState = PROVIDER_STATE_DISABLED; in onStopUpdates()
/cts/hostsidetests/time/host/src/android/time/cts/host/
DLocationTimeZoneManagerHostTest.java29 import static android.app.time.cts.shell.FakeTimeZoneProviderAppShellHelper.PROVIDER_STATE_DISABLED;
525 mSecondaryFakeTimeZoneProviderShellHelper.assertCurrentState(PROVIDER_STATE_DISABLED); in testPrimaryAndSecondary()
577 mSecondaryFakeTimeZoneProviderShellHelper.assertCurrentState(PROVIDER_STATE_DISABLED); in testPrimaryAndSecondary()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DFakeTimeZoneProviderAppShellHelper.java57 public static final int PROVIDER_STATE_DISABLED = 4; field in FakeTimeZoneProviderAppShellHelper