Searched refs:wakeup (Results 1 – 3 of 3) sorted by relevance
29 public SensorNotSupportedException(int sensorType, boolean wakeup) { in SensorNotSupportedException() argument31 sensorType, wakeup ? "wake-up" : "non wake-up"); in SensorNotSupportedException()
142 wakeup(); in receiveCallback()146 wakeup(); in receiveCallback()153 private synchronized void wakeup() { in wakeup() method in ListenerTest
89 uiAutomation.executeShellCommand(resources.getString(R.string.wakeup)); in testService()