Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DSensorTestScreenManipulator.java97 if (hasDeviceAdminFeature() && !isDeviceAdminInitialized()) { in initialize()
144 if (hasDeviceAdminFeature()) { in turnScreenOff()
207 if (hasDeviceAdminFeature() && !isDeviceAdminInitialized()) { in ensureDeviceAdminInitialized()
220 private boolean hasDeviceAdminFeature() { in hasDeviceAdminFeature() method in SensorTestScreenManipulator