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

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

Completed in 25 milliseconds