Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationModeOffTestActivity.java47 testSecureProviderIsDisabled(1, LocationManager.GPS_PROVIDER); in testAdvance()
50 testSecureProviderIsDisabled(2, LocationManager.NETWORK_PROVIDER); in testAdvance()
DLocationModeDeviceOnlyTestActivity.java54 testSecureProviderIsDisabled(3, LocationManager.NETWORK_PROVIDER); in testAdvance()
DLocationModeBatterySavingTestActivity.java51 testSecureProviderIsDisabled(2, LocationManager.GPS_PROVIDER); in testAdvance()
DLocationModeTestActivity.java245 protected void testSecureProviderIsDisabled(int i, String provider) { in testSecureProviderIsDisabled() method in LocationModeTestActivity