Home
last modified time | relevance | path

Searched refs:requestToSetLocationMode (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DSensorFeaturesDeactivator.java69 public synchronized void requestToSetLocationMode(boolean state) throws InterruptedException { in requestToSetLocationMode() method in SensorFeaturesDeactivator
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMagneticFieldMeasurementTestActivity.java60 sensorFeaturesDeactivator.requestToSetLocationMode(true /* state */); in activitySetUp()