Searched refs:mStartCallWakeLock (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHandsfree.java106 private WakeLock mStartCallWakeLock; // held while waiting for the intent to start call field in class:BluetoothHandsfree
223 mStartCallWakeLock = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK,
225 mStartCallWakeLock.setReferenceCounted(false);
1398 if (mStartCallWakeLock.isHeld()) {
1399 mStartCallWakeLock.release();
2721 if (!mStartCallWakeLock.isHeld()) {
2722 mStartCallWakeLock.acquire(START_CALL_TIMEOUT);
2730 if (mStartCallWakeLock.isHeld()) {
2731 mStartCallWakeLock.release();

Completed in 427 milliseconds