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.java79 public void nap(long arg0) throws RemoteException { method in class:BridgePowerManager
/frameworks/base/core/java/android/os/
H A DPowerManager.java654 * @param time The time when the request to nap was issued, in the
656 * order the nap request with other power management functions. It should be set
657 * to the timestamp of the input event that caused the request to nap.
664 public void nap(long time) { method in class:PowerManager
666 mService.nap(time);
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java1134 Trace.traceBegin(Trace.TRACE_TAG_POWER, "nap");
1582 * Returns true if the device should automatically nap and start dreaming when the user
2910 public void nap(long eventTime) { method in class:PowerManagerService.BinderService

Completed in 242 milliseconds