Searched refs:FAKE_TZPS_APP_PACKAGE (Results 1 – 3 of 3) sorted by relevance
26 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()
22 import static android.app.time.cts.shell.FakeTimeZoneProviderAppShellHelper.FAKE_TZPS_APP_PACKAGE;222 String testSecondaryLocationTimeZoneProviderPackageName = FAKE_TZPS_APP_PACKAGE; in testAtom_locationTimeZoneProviderStateChanged()
41 public static final String FAKE_TZPS_APP_PACKAGE = "com.android.time.cts.fake_tzps_app"; field in FakeTimeZoneProviderAppShellHelper