Home
last modified time | relevance | path

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

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DFakeTimeZoneProviderAppShellHelper.java174 public void reportSuccessLegacy(String zoneId) throws Exception { in reportSuccessLegacy() method in FakeTimeZoneProviderAppShellHelper.FakeTimeZoneProviderShellHelper
175 reportSuccessLegacy(Collections.singletonList(zoneId)); in reportSuccessLegacy()
181 public void reportSuccessLegacy(List<String> zoneIds) throws Exception { in reportSuccessLegacy() method in FakeTimeZoneProviderAppShellHelper.FakeTimeZoneProviderShellHelper
/cts/hostsidetests/time/host/src/android/time/cts/host/
DLocationTimeZoneManagerHostTest.java641 providerShellHelper.reportSuccessLegacy(zoneId); in reportSuccess()