Home
last modified time | relevance | path

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

/cts/hostsidetests/time/device/fake_tzps_app/src/com/android/time/cts/fake_tzps_app/fixture/
DFakeTimeZoneProviderFixtureProvider.java141 List<String> zoneIds = Arrays.asList(zoneIdsString.split(",")); in call() local
143 provider.fakeReportSuggestion(zoneIds, status); in call()
148 List<String> zoneIds = Arrays.asList(zoneIdsString.split(",")); in call() local
149 provider.fakeReportSuggestionLegacy(zoneIds); in call()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DFakeTimeZoneProviderAppShellHelper.java181 public void reportSuccessLegacy(List<String> zoneIds) throws Exception { in reportSuccessLegacy() argument
182 String zoneIdsExtra = String.join(",", zoneIds); in reportSuccessLegacy()
203 public void reportSuccess(List<String> zoneIds, String locationDetectionStatus, in reportSuccess() argument
205 String zoneIdsExtra = String.join(",", zoneIds); in reportSuccess()