Searched refs:mPendingIntentWakeLock (Results 1 – 1 of 1) sorted by relevance
723 private final PowerManager.WakeLock mPendingIntentWakeLock; field in ConnectivityService1410 mPendingIntentWakeLock = powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG); in ConnectivityService()7677 mPendingIntentWakeLock.acquire(); in sendIntent()7683 mPendingIntentWakeLock.release(); in sendIntent()7693 mPendingIntentWakeLock.release(); in onSendFinished()