Searched refs:mPendingIntentWakeLock (Results 1 – 1 of 1) sorted by relevance
566 private final PowerManager.WakeLock mPendingIntentWakeLock; field in ConnectivityService905 mPendingIntentWakeLock = powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG); in ConnectivityService()6007 mPendingIntentWakeLock.acquire(); in sendIntent()6013 mPendingIntentWakeLock.release(); in sendIntent()6023 mPendingIntentWakeLock.release(); in onSendFinished()