Home
last modified time | relevance | path

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

/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java145 protected void simulateProviderSuggestion(int providerIndex, String... zoneIds) in simulateProviderSuggestion() argument
147 mLocationTimeZoneManagerShellHelper.simulateProviderSuggestion(providerIndex, zoneIds); in simulateProviderSuggestion()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationTimeZoneManagerShellHelper.java205 public void simulateProviderSuggestion(int providerIndex, String... zoneIds) in simulateProviderSuggestion() argument
207 String timeZoneIds = String.join("&", zoneIds); in simulateProviderSuggestion()