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

/frameworks/base/core/tests/coretests/src/android/os/
H A DPowerManagerTest.java59 wl = mPm.newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, "SCREEN_DIM_WAKE_LOCK");
80 | PowerManager.SCREEN_DIM_WAKE_LOCK;
/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
362 * {@link #FULL_WAKE_LOCK}, {@link #SCREEN_DIM_WAKE_LOCK}
377 * PowerManager.SCREEN_DIM_WAKE_LOCK
403 * @see #SCREEN_DIM_WAKE_LOCK
417 case SCREEN_DIM_WAKE_LOCK:
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java658 case PowerManager.SCREEN_DIM_WAKE_LOCK:
852 case PowerManager.SCREEN_DIM_WAKE_LOCK:
1076 case PowerManager.SCREEN_DIM_WAKE_LOCK:
1325 case PowerManager.SCREEN_DIM_WAKE_LOCK:
2583 case PowerManager.SCREEN_DIM_WAKE_LOCK:
2584 return "SCREEN_DIM_WAKE_LOCK ";

Completed in 377 milliseconds