Home
last modified time | relevance | path

Searched refs:testManagerProviderIsDisabled (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationModeOffTestActivity.java53 testManagerProviderIsDisabled(3, LocationManager.GPS_PROVIDER); in testAdvance()
56 testManagerProviderIsDisabled(4, LocationManager.NETWORK_PROVIDER); in testAdvance()
DLocationModeDeviceOnlyTestActivity.java60 testManagerProviderIsDisabled(5, LocationManager.NETWORK_PROVIDER); in testAdvance()
DLocationModeBatterySavingTestActivity.java57 testManagerProviderIsDisabled(4, LocationManager.GPS_PROVIDER); in testAdvance()
DLocationModeTestActivity.java259 protected void testManagerProviderIsDisabled(int i, String gpsProvider) { in testManagerProviderIsDisabled() method in LocationModeTestActivity