OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCATION_MODE_HIGH_ACCURACY
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceOwnerTest.java
104
private static final String
LOCATION_MODE_HIGH_ACCURACY
= "3";
721
getDevice().setSetting(SETTINGS_SECURE, LOCATION_MODE,
LOCATION_MODE_HIGH_ACCURACY
);
[
all
...]
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
NetworkScanApiTest.java
460
int locationMode = enabled ? Settings.Secure.
LOCATION_MODE_HIGH_ACCURACY
466
return oldLocationMode == Settings.Secure.
LOCATION_MODE_HIGH_ACCURACY
;
Completed in 84 milliseconds