Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationModeHighAccuracyTestActivity.java51 testSecureProviderIsEnabled(2, LocationManager.GPS_PROVIDER); in testAdvance()
54 testSecureProviderIsEnabled(3, LocationManager.NETWORK_PROVIDER); in testAdvance()
DLocationModeDeviceOnlyTestActivity.java51 testSecureProviderIsEnabled(2, LocationManager.GPS_PROVIDER); in testAdvance()
DLocationModeBatterySavingTestActivity.java54 testSecureProviderIsEnabled(3, LocationManager.NETWORK_PROVIDER); in testAdvance()
DLocationModeTestActivity.java238 protected void testSecureProviderIsEnabled(int i, String provider) { in testSecureProviderIsEnabled() method in LocationModeTestActivity