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

/frameworks/base/core/java/android/os/
H A DPowerManager.java33 * <p>The primary API you'll use is {@link #newWakeLock(int, String) newWakeLock()}. This will
39 * PowerManager.WakeLock wl = pm.newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, "My Tag");
347 *PowerManager.WakeLock wl = pm.newWakeLock(
362 public WakeLock newWakeLock(int flags, String tag) method in class:PowerManager
365 throw new NullPointerException("tag is null in PowerManager.newWakeLock");
425 * Returns the set of flags for {@link #newWakeLock(int, String) newWakeLock()}

Completed in 179 milliseconds