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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePowerManager.java58 public void nap(long arg0) throws RemoteException { method in class:BridgePowerManager
/frameworks/base/core/java/android/os/
H A DPowerManager.java519 * @param time The time when the request to nap was issued, in the
521 * order the nap request with other power management functions. It should be set
522 * to the timestamp of the input event that caused the request to nap.
529 public void nap(long time) { method in class:PowerManager
531 mService.nap(time);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiMonitor.java491 nap(1);
775 private static void nap(int secs) { method in class:WifiMonitor
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java121 // ends the nap. User activity may brighten the screen but does not end the nap.
917 Slog.i(TAG, "Waking up from nap...");
1008 public void nap(long eventTime) { method in class:PowerManagerService
1396 * Returns true if the device should automatically nap and start dreaming when the user

Completed in 1230 milliseconds