Home
last modified time | relevance | path

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

/cts/hostsidetests/time/host/src/android/time/cts/host/
DLocationTimeZoneManagerHostTest.java26 import static android.app.time.cts.shell.FakeTimeZoneProviderAppShellHelper.FAKE_TZPS_APP_PACKAGE;
241 String testPrimaryLocationTimeZoneProviderPackageName = FAKE_TZPS_APP_PACKAGE; in testOnlyPrimary_suggestionMade()
307 String testPrimaryLocationTimeZoneProviderPackageName = FAKE_TZPS_APP_PACKAGE; in test_dupeSuggestionsMade_rateLimited()
378 String testPrimaryLocationTimeZoneProviderPackageName = FAKE_TZPS_APP_PACKAGE; in test_dupeSuggestionsMade_notRateLimited()
443 String testSecondaryLocationTimeZoneProviderPackageName = FAKE_TZPS_APP_PACKAGE; in testOnlySecondary_suggestionMade()
500 String testPrimaryLocationTimeZoneProviderPackageName = FAKE_TZPS_APP_PACKAGE; in testPrimaryAndSecondary()
501 String testSecondaryLocationTimeZoneProviderPackageName = FAKE_TZPS_APP_PACKAGE; in testPrimaryAndSecondary()
DLocationTimeZoneManagerStatsTest.java22 import static android.app.time.cts.shell.FakeTimeZoneProviderAppShellHelper.FAKE_TZPS_APP_PACKAGE;
222 String testSecondaryLocationTimeZoneProviderPackageName = FAKE_TZPS_APP_PACKAGE; in testAtom_locationTimeZoneProviderStateChanged()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DFakeTimeZoneProviderAppShellHelper.java41 public static final String FAKE_TZPS_APP_PACKAGE = "com.android.time.cts.fake_tzps_app"; field in FakeTimeZoneProviderAppShellHelper