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.java388 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in hangupCall() local
923 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in sendClccForCall() local
1105 BluetoothCall conferenceCall = getBluetoothCallById(activeCall.getParentId()); in _processChld() local
1636 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in createTbsCall() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java754 ParcelableCall conferenceCall = makeConferenceCall(null, null); in testAddCallToConference1() local
772 ParcelableCall conferenceCall = makeConferenceCall(null, null); in testAddCallToConference2() local
1296 ParcelableCall conferenceCall = makeConferenceCall(callIntent1, callIntent2); in testValidateStatusHintsImage_addConferenceCall() local
DTelecomSystemTest.java475 ParcelableCall conferenceCall = mInCallServiceFixtureX.getCall(parentCallId); in makeConferenceCall() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java929 BluetoothCall conferenceCall = createActiveCall(UUID.randomUUID()); in testListCurrentCallsConferenceGetChildrenIsEmpty() local
1000 BluetoothCall conferenceCall = createActiveCall(UUID.randomUUID()); in testListCurrentCallsConferenceEmptyChildrenInference() local
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java507 Call conferenceCall = mCallIdMapper.getCall(conferenceCallId); in setIsConferenced() local
637 Call conferenceCall; in addConferenceCall() local