Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java326 BluetoothCall parentCall = createActiveCall(); in testConferenceInProgressCDMA() local
387 BluetoothCall parentCall = createActiveCall(); in testListCurrentCallsCdmaHold() local
439 BluetoothCall parentCall = createActiveCall(); in testListCurrentCallsCdmaConference() local
658 BluetoothCall parentCall = createActiveCall(); in testListCurrentCallsImsConference() local
680 BluetoothCall parentCall = createHeldCall(); in testListCurrentCallsHeldImsCepConference() local
865 BluetoothCall parentCall = createActiveCall(); in testProcessChldHoldActiveSwapConference() local
916 BluetoothCall parentCall = createActiveCall(); in testOnCallAddedCdmaActiveHold() local
1100 BluetoothCall parentCall = createActiveCall(); in testOnParentOnChildrenChanged() local
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DParcelableCallUtils.java181 Call parentCall = call.getParentCall(); in toParcelableCall() local
H A DCallAudioManager.java315 Call parentCall = call.getParentCall(); in onIsConferencedChanged() local
H A DCall.java3104 void setParentAndChildCall(Call parentCall) { in setParentAndChildCall()
3118 void notifyParentChanged(Call parentCall) { in notifyParentChanged()
3132 void setParentCall(Call parentCall) { in setParentCall()
3155 public void setChildOf(Call parentCall) { in setChildOf()
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java1059 Call parentCall = telecomCall.getParent(); in getParentId() local