Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1191 int numActiveCalls = mCallInfo.isNullCall(activeCall) ? 0 : 1; in updateHeadsetWithCallState() local
1230 && (numActiveCalls != mNumActiveCalls in updateHeadsetWithCallState()
1246 mNumActiveCalls = numActiveCalls; in updateHeadsetWithCallState()