Searched refs:zoneIds (Results 1 – 2 of 2) sorted by relevance
141 List<String> zoneIds = Arrays.asList(zoneIdsString.split(",")); in call() local143 provider.fakeReportSuggestion(zoneIds, status); in call()148 List<String> zoneIds = Arrays.asList(zoneIdsString.split(",")); in call() local149 provider.fakeReportSuggestionLegacy(zoneIds); in call()
181 public void reportSuccessLegacy(List<String> zoneIds) throws Exception { in reportSuccessLegacy() argument182 String zoneIdsExtra = String.join(",", zoneIds); in reportSuccessLegacy()203 public void reportSuccess(List<String> zoneIds, String locationDetectionStatus, in reportSuccess() argument205 String zoneIdsExtra = String.join(",", zoneIds); in reportSuccess()