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

/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmAlertWakeLock.java31 public static PowerManager.WakeLock createPartialWakeLock(Context context) { method in class:AlarmAlertWakeLock
41 sCpuWakeLock = createPartialWakeLock(context);

Completed in 55 milliseconds