Home
last modified time | relevance | path

Searched refs:simulateProviderBind (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java150 protected void simulateProviderBind(int providerIndex) throws Exception { in simulateProviderBind() method in BaseLocationTimeZoneManagerHostTest
151 mLocationTimeZoneManagerShellHelper.simulateProviderBind(providerIndex); in simulateProviderBind()
DLocationTimeZoneManagerHostTest.java50 simulateProviderBind(SECONDARY_PROVIDER_INDEX); in testSecondarySuggestion()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationTimeZoneManagerShellHelper.java190 public void simulateProviderBind(int providerIndex) throws Exception { in simulateProviderBind() method in LocationTimeZoneManagerShellHelper