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

/frameworks/base/core/java/android/os/
H A DPowerManager.java63 * <tr><td>{@link #SCREEN_BRIGHT_WAKE_LOCK}</td>
142 * If the user presses the power button, then the {@link #SCREEN_BRIGHT_WAKE_LOCK} will be
153 public static final int SCREEN_BRIGHT_WAKE_LOCK = 0x0000000a; field in class:PowerManager
179 * unlike {@link #FULL_WAKE_LOCK}, {@link #SCREEN_BRIGHT_WAKE_LOCK} and
492 * and {@link #SCREEN_BRIGHT_WAKE_LOCK}. Exactly one wake lock level must be
533 * @see #SCREEN_BRIGHT_WAKE_LOCK
548 case SCREEN_BRIGHT_WAKE_LOCK:

Completed in 91 milliseconds