Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DBluetoothHandsfree.java107 private WakeLock mStartCallWakeLock; // held while waiting for the intent to start call field in BluetoothHandsfree
224 mStartCallWakeLock = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, in BluetoothHandsfree()
226 mStartCallWakeLock.setReferenceCounted(false); in BluetoothHandsfree()
1399 if (mStartCallWakeLock.isHeld()) { in handleMessage()
1400 mStartCallWakeLock.release(); in handleMessage()
2722 if (!mStartCallWakeLock.isHeld()) { in expectCallStart()
2723 mStartCallWakeLock.acquire(START_CALL_TIMEOUT); in expectCallStart()
2731 if (mStartCallWakeLock.isHeld()) { in callStarted()
2732 mStartCallWakeLock.release(); in callStarted()