Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorNotSupportedException.java29 public SensorNotSupportedException(int sensorType, boolean wakeup) { in SensorNotSupportedException() argument
31 sensorType, wakeup ? "wake-up" : "non wake-up"); in SensorNotSupportedException()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DListenerTest.java142 wakeup(); in receiveCallback()
146 wakeup(); in receiveCallback()
153 private synchronized void wakeup() { in wakeup() method in ListenerTest
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39701/src/android/security/cts/CVE_2021_39701/
DDeviceTest.java89 uiAutomation.executeShellCommand(resources.getString(R.string.wakeup)); in testService()