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.java687 * @param time The time when the request to nap was issued, in the
689 * order the nap request with other power management functions. It should be set
690 * to the timestamp of the input event that caused the request to nap.
697 public void nap(long time) { method in class:PowerManager
699 mService.nap(time);
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java1202 Trace.traceBegin(Trace.TRACE_TAG_POWER, "nap");
1663 * Returns true if the device should automatically nap and start dreaming when the user
3192 public void nap(long eventTime) { method in class:PowerManagerService.BinderService

Completed in 126 milliseconds