OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nap
(Results
1 - 4
of
4
) sorted by null
/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/core/java/android/os/
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);
/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
...]
/external/chromium_org/third_party/sqlite/src/tool/
lemon.c
1033
struct action *ap, *
nap
;
local
[
all
...]
Completed in 39 milliseconds