Searched refs:wakelock (Results 1 – 5 of 5) sorted by relevance
59 PowerManager.WakeLock wakelock = powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, in onCreate() local61 wakelock.acquire(); in onCreate()88 wakelock.release(); in onCreate()
39 "src/wakelock.cc",
69 "src/wakelock.cc",
205 // Name of the wakelock (e.g. bluedroid_timer).
1676 PowerManager.WakeLock wakelock = pm.newWakeLock(PowerManager.FULL_WAKE_LOCK in notifyUserIfNecessary() local1678 wakelock.acquire(); in notifyUserIfNecessary()1679 wakelock.release(); in notifyUserIfNecessary()