Searched refs:mRoutingWakeLock (Results 1 – 1 of 1) sorted by relevance
389 private PowerManager.WakeLock mRoutingWakeLock; field in NfcService734 mRoutingWakeLock = mPowerManager.newWakeLock( in NfcService()1263 mRoutingWakeLock.acquire(); in enableInternal()1286 if (mRoutingWakeLock.isHeld()) { in enableInternal()1287 mRoutingWakeLock.release(); in enableInternal()3238 if(mRoutingWakeLock.isHeld()){ in run()3240 mRoutingWakeLock.release(); in run()3903 mRoutingWakeLock.acquire(); in handleMessage()3919 mRoutingWakeLock.release(); in handleMessage()4328 mRoutingWakeLock.acquire(); in doInBackground()[all …]