Home
last modified time | relevance | path

Searched defs:conferenceCall (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java382 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in hangupCall() local
740 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in sendClccForCall() local
902 BluetoothCall conferenceCall = getBluetoothCallById(activeCall.getParentId()); in _processChld() local
1404 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in createTbsCall() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java710 ParcelableCall conferenceCall = makeConferenceCall(null, null); in testAddCallToConference1() local
728 ParcelableCall conferenceCall = makeConferenceCall(null, null); in testAddCallToConference2() local
1251 ParcelableCall conferenceCall = makeConferenceCall(callIntent1, callIntent2); in testValidateStatusHintsImage_addConferenceCall() local
DTelecomSystemTest.java435 ParcelableCall conferenceCall = mInCallServiceFixtureX.getCall(parentCallId); in makeConferenceCall() local
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java445 Call conferenceCall = mCallIdMapper.getCall(conferenceCallId); in setIsConferenced() local
569 Call conferenceCall; in addConferenceCall() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java747 BluetoothCall conferenceCall = createActiveCall(); in testListCurrentCallsConferenceGetChildrenIsEmpty() local