Home | History | Annotate | Download | only in settings

Lines Matching refs:mWakeLock

114     PowerManager.WakeLock mWakeLock;
325 mWakeLock = retained.wakelock;
377 * mWakeLock so the subsequent call to onDestroy does not release it.
381 NonConfigurationInstanceState state = new NonConfigurationInstanceState(mWakeLock);
383 mWakeLock = null;
391 if (mWakeLock != null) {
393 mWakeLock.release();
394 mWakeLock = null;
406 if (mWakeLock == null) {
409 mWakeLock = pm.newWakeLock(PowerManager.FULL_WAKE_LOCK, TAG);
410 mWakeLock.acquire();
541 if (mWakeLock == null) {
545 mWakeLock = pm.newWakeLock(PowerManager.FULL_WAKE_LOCK, TAG);
546 mWakeLock.acquire();