Home
last modified time | relevance | path

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

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