Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java109 private BluetoothCall mOldHeldCall = null; field in BluetoothInCallService
1220 if (mOldHeldCall != null && Objects.equals(mOldHeldCall.getId(), id)) { in updateHeadsetWithCallState()
1236 || (heldCall != mOldHeldCall && !ignoreHeldCallChange))))) { in updateHeadsetWithCallState()
1245 mOldHeldCall = heldCall; in updateHeadsetWithCallState()