Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java825 int numActiveCalls = mCallInfo.isNullCall(activeCall) ? 0 : 1; in updateHeadsetWithCallState() local
863 && (numActiveCalls != mNumActiveCalls in updateHeadsetWithCallState()
878 mNumActiveCalls = numActiveCalls; in updateHeadsetWithCallState()