Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmAlertWakeLock.kt32 fun createPartialWakeLock(context: Context): WakeLock { in createPartialWakeLock() method
DAlarmAlertWakeLock.java31 public static PowerManager.WakeLock createPartialWakeLock(Context context) { in createPartialWakeLock() method in AlarmAlertWakeLock