HomeSort by relevance Sort by last modified time
    Searched refs:nap (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/os/
IPowerManager.aidl 37 void nap(long time);
PowerManager.java 521 * @param time The time when the request to nap was issued, in the
523 * order the nap request with other power management functions. It should be set
524 * to the timestamp of the input event that caused the request to nap.
531 public void nap(long time) { method in class:PowerManager
533 mService.nap(time);
  /cts/tests/tests/os/src/android/os/cts/
PowerManagerTest.java 60 pm.nap(SystemClock.uptimeMillis());
61 fail("nap should throw SecurityException");
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePowerManager.java 58 public void nap(long arg0) throws RemoteException { method in class:BridgePowerManager
  /frameworks/base/wifi/java/android/net/wifi/
WifiMonitor.java 491 nap(1);
775 private static void nap(int secs) { method in class:WifiMonitor
    [all...]
  /frameworks/base/services/java/com/android/server/dreams/
DreamManagerService.java 168 // Ask the power manager to nap. It will eventually call back into
174 mPowerManager.nap(time);
  /frameworks/base/services/java/com/android/server/power/
PowerManagerService.java 123 // ends the nap. User activity may brighten the screen but does not end the nap.
1047 public void nap(long eventTime) { method in class:PowerManagerService
    [all...]

Completed in 1088 milliseconds