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

/frameworks/base/core/java/android/os/
H A DPowerManager.java65 * <tr><td>{@link #FULL_WAKE_LOCK}</td>
157 * If the user presses the power button, then the {@link #FULL_WAKE_LOCK} will be
168 public static final int FULL_WAKE_LOCK = 0x0000001a; field in class:PowerManager
177 * unlike {@link #FULL_WAKE_LOCK}, {@link #SCREEN_BRIGHT_WAKE_LOCK} and
362 * {@link #FULL_WAKE_LOCK}, {@link #SCREEN_DIM_WAKE_LOCK}
402 * @see #FULL_WAKE_LOCK
419 case FULL_WAKE_LOCK:

Completed in 41 milliseconds