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.java93 private WakeLock mStartCallWakeLock; // held while waiting for the intent to start call field in BluetoothHandsfree
181 mStartCallWakeLock = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, in BluetoothHandsfree()
183 mStartCallWakeLock.setReferenceCounted(false); in BluetoothHandsfree()
981 if (mStartCallWakeLock.isHeld()) {
982 mStartCallWakeLock.release();
2142 if (!mStartCallWakeLock.isHeld()) { in expectCallStart()
2143 mStartCallWakeLock.acquire(START_CALL_TIMEOUT); in expectCallStart()
2151 if (mStartCallWakeLock.isHeld()) { in callStarted()
2152 mStartCallWakeLock.release(); in callStarted()