Home
last modified time | relevance | path

Searched defs: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
148 List<String> zoneIds = Arrays.asList(zoneIdsString.split(",")); in call() local
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DFakeTimeZoneProviderAppShellHelper.java181 public void reportSuccessLegacy(List<String> zoneIds) throws Exception { in reportSuccessLegacy()
203 public void reportSuccess(List<String> zoneIds, String locationDetectionStatus, in reportSuccess()