Searched refs:wakelock (Results 1 – 4 of 4) sorted by relevance
57 PowerManager.WakeLock wakelock = powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, in onCreate() local59 wakelock.acquire(); in onCreate()80 wakelock.release(); in onCreate()
161 final PowerManager.WakeLock wakelock; field in CryptKeeper.NonConfigurationInstanceState164 wakelock = _wakelock; in NonConfigurationInstanceState()438 mWakeLock = retained.wakelock; in onCreate()
1668 PowerManager.WakeLock wakelock = pm.newWakeLock(PowerManager.FULL_WAKE_LOCK in notifyUserIfNecessary() local1670 wakelock.acquire(); in notifyUserIfNecessary()1671 wakelock.release(); in notifyUserIfNecessary()