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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePowerManager.java85 public void nap(long arg0) throws RemoteException { method in class:BridgePowerManager
/frameworks/base/core/java/android/os/
H A DPowerManager.java812 * @param time The time when the request to nap was issued, in the
814 * order the nap request with other power management functions. It should be set
815 * to the timestamp of the input event that caused the request to nap.
822 public void nap(long time) { method in class:PowerManager
824 mService.nap(time);
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java1537 Trace.traceBegin(Trace.TRACE_TAG_POWER, "nap");
2095 * Returns true if the device should automatically nap and start dreaming when the user
4310 public void nap(long eventTime) { method in class:PowerManagerService.BinderService

Completed in 441 milliseconds