Home
last modified time | relevance | path

Searched defs:testPrimaryLocationTimeZoneProviderPackageName (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/time/host/src/android/time/cts/host/
DLocationTimeZoneManagerHostTest.java152 String testPrimaryLocationTimeZoneProviderPackageName = NON_EXISTENT_TZPS_APP_PACKAGE; in setUp() local
199 String testPrimaryLocationTimeZoneProviderPackageName = NON_EXISTENT_TZPS_APP_PACKAGE; in tearDown() local
241 String testPrimaryLocationTimeZoneProviderPackageName = FAKE_TZPS_APP_PACKAGE; in testOnlyPrimary_suggestionMade() local
307 String testPrimaryLocationTimeZoneProviderPackageName = FAKE_TZPS_APP_PACKAGE; in test_dupeSuggestionsMade_rateLimited() local
378 String testPrimaryLocationTimeZoneProviderPackageName = FAKE_TZPS_APP_PACKAGE; in test_dupeSuggestionsMade_notRateLimited() local
442 String testPrimaryLocationTimeZoneProviderPackageName = null; in testOnlySecondary_suggestionMade() local
500 String testPrimaryLocationTimeZoneProviderPackageName = FAKE_TZPS_APP_PACKAGE; in testPrimaryAndSecondary() local
DLocationTimeZoneManagerStatsTest.java137 String testPrimaryLocationTimeZoneProviderPackageName = NON_EXISTENT_TZPS_APP_PACKAGE; in setUp() local
183 String testPrimaryLocationTimeZoneProviderPackageName = NON_EXISTENT_TZPS_APP_PACKAGE; in tearDown() local
221 String testPrimaryLocationTimeZoneProviderPackageName = null; in testAtom_locationTimeZoneProviderStateChanged() local
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationTimeZoneManagerShellHelper.java132 public void startWithTestProviders(String testPrimaryLocationTimeZoneProviderPackageName, in startWithTestProviders()