Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DSensorFeaturesDeactivator.java53 public synchronized void requestDeactivationOfFeatures() throws InterruptedException { in requestDeactivationOfFeatures() method in SensorFeaturesDeactivator
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java218 mSensorFeaturesDeactivator.requestDeactivationOfFeatures(); in run()