Home
last modified time | relevance | path

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

/cts/hostsidetests/time/host/src/android/time/cts/host/
DLocationTimeZoneManagerHostTest.java271 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/London", useLegacyApi); in testOnlyPrimary_suggestionMade()
322 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/London", useLegacyApis); in test_dupeSuggestionsMade_rateLimited()
327 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/London", useLegacyApis); in test_dupeSuggestionsMade_rateLimited()
332 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/Paris", useLegacyApis); in test_dupeSuggestionsMade_rateLimited()
337 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/Paris", useLegacyApis); in test_dupeSuggestionsMade_rateLimited()
352 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/Paris", useLegacyApis); in test_dupeSuggestionsMade_rateLimited()
392 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/London", useLegacyApis); in test_dupeSuggestionsMade_notRateLimited()
397 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/London", useLegacyApis); in test_dupeSuggestionsMade_notRateLimited()
470 reportSuccess(mSecondaryFakeTimeZoneProviderShellHelper, "Europe/London", useLegacyApis); in testOnlySecondary_suggestionMade()
548 reportSuccess(mSecondaryFakeTimeZoneProviderShellHelper, "Europe/London", useLegacyApis); in testPrimaryAndSecondary()
[all …]
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DFakeTimeZoneProviderAppShellHelper.java193 public void reportSuccess(String zoneId, String locationDetectionStatus, in reportSuccess() method in FakeTimeZoneProviderAppShellHelper.FakeTimeZoneProviderShellHelper
195 reportSuccess(Collections.singletonList(zoneId), locationDetectionStatus, in reportSuccess()
203 public void reportSuccess(List<String> zoneIds, String locationDetectionStatus, in reportSuccess() method in FakeTimeZoneProviderAppShellHelper.FakeTimeZoneProviderShellHelper