Searched refs:mRoutingWakeLock (Results 1 – 1 of 1) sorted by relevance
310 private PowerManager.WakeLock mRoutingWakeLock; field in NfcService501 mRoutingWakeLock = mPowerManager.newWakeLock( in NfcService()782 mRoutingWakeLock.acquire(); in enableInternal()801 mRoutingWakeLock.release(); in enableInternal()2112 if(mRoutingWakeLock.isHeld()){ in run()2114 mRoutingWakeLock.release(); in run()3128 mRoutingWakeLock.acquire(); in doInBackground()3132 mRoutingWakeLock.release(); in doInBackground()