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

/frameworks/base/core/java/android/os/
H A DPowerManager.java40 * PowerManager.WakeLock wl = pm.newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, "My Tag");
57 * <tr><td>{@link #SCREEN_DIM_WAKE_LOCK}</td>
123 * If the user presses the power button, then the {@link #SCREEN_DIM_WAKE_LOCK} will be
134 public static final int SCREEN_DIM_WAKE_LOCK = 0x00000006; field in class:PowerManager
178 * {@link #SCREEN_DIM_WAKE_LOCK}. If there is no user activity and no other
360 * {@link #FULL_WAKE_LOCK}, {@link #SCREEN_DIM_WAKE_LOCK}
375 * PowerManager.SCREEN_DIM_WAKE_LOCK
401 * @see #SCREEN_DIM_WAKE_LOCK
415 case SCREEN_DIM_WAKE_LOCK:

Completed in 29 milliseconds