Searched defs:nap (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePowerManager.java64 public void nap(long arg0) throws RemoteException { method in class:BridgePowerManager
/frameworks/base/core/java/android/os/
H A DPowerManager.java521 * @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);
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java124 // ends the nap. User activity may brighten the screen but does not end the nap.
994 Slog.i(TAG, "Waking up from nap...");
1086 public void nap(long eventTime) { method in class:PowerManagerService
1471 * Returns true if the device should automatically nap and start dreaming when the user

Completed in 247 milliseconds