Searched refs:sWakeLock (Results 1 – 2 of 2) sorted by relevance
58 private static volatile PowerManager.WakeLock sWakeLock = null; field in MmsService173 if (sWakeLock == null) { in acquireWakeLock()176 sWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, WAKELOCK_ID); in acquireWakeLock()178 sWakeLock.acquire(); in acquireWakeLock()188 if (sWakeLock != null) { in releaseWakeLock()189 sWakeLock.release(); in releaseWakeLock()205 wakeLockHeld = sWakeLock != null && sWakeLock.isHeld(); in verifyWakeLockNotHeld()
45 private static WakeLockHelper sWakeLock = new WakeLockHelper(WAKELOCK_ID); field in SafeAsyncTask161 sWakeLock.acquire(Factory.get().getApplicationContext(), intent, WAKELOCK_OP); in executeOnThreadPool()168 sWakeLock.release(intent, WAKELOCK_OP); in executeOnThreadPool()