HomeSort by relevance Sort by last modified time
    Searched refs:nap (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/os/
IPowerManager.aidl 39 void nap(long time);
PowerManager.java 521 * @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);
  /cts/tests/tests/os/src/android/os/cts/
PowerManagerTest.java 60 pm.nap(SystemClock.uptimeMillis());
61 fail("nap should throw SecurityException");
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePowerManager.java 64 public void nap(long arg0) throws RemoteException { method in class:BridgePowerManager
  /frameworks/base/services/java/com/android/server/dreams/
DreamManagerService.java 174 // Ask the power manager to nap. It will eventually call back into
180 mPowerManager.nap(time);
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 1033 struct action *ap, *nap; local
    [all...]
  /frameworks/base/services/java/com/android/server/power/
PowerManagerService.java 124 // ends the nap. User activity may brighten the screen but does not end the nap.
1086 public void nap(long eventTime) { method in class:PowerManagerService
    [all...]

Completed in 1444 milliseconds