OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testIsExpectedMode
(Results
1 - 5
of
5
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationModeBatterySavingTestActivity.java
48
testIsExpectedMode
(1, Secure.LOCATION_MODE_BATTERY_SAVING);
LocationModeDeviceOnlyTestActivity.java
48
testIsExpectedMode
(1, Secure.LOCATION_MODE_SENSORS_ONLY);
LocationModeHighAccuracyTestActivity.java
48
testIsExpectedMode
(1, Secure.LOCATION_MODE_HIGH_ACCURACY);
LocationModeOffTestActivity.java
44
testIsExpectedMode
(0, Secure.LOCATION_MODE_OFF);
LocationModeTestActivity.java
226
protected void
testIsExpectedMode
(int i, int expectedMode) {
Completed in 2421 milliseconds