Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java349 BluetoothCall parentCall = createActiveCall(); in testConferenceInProgressCDMA() local
410 BluetoothCall parentCall = createActiveCall(); in testListCurrentCallsCdmaHold() local
462 BluetoothCall parentCall = createActiveCall(); in testListCurrentCallsCdmaConference() local
681 BluetoothCall parentCall = createActiveCall(); in testListCurrentCallsImsConference() local
704 BluetoothCall parentCall = createHeldCall(); in testListCurrentCallsHeldImsCepConference() local
915 BluetoothCall parentCall = createActiveCall(); in testProcessChldHoldActiveSwapConference() local
966 BluetoothCall parentCall = createActiveCall(); in testOnCallAddedCdmaActiveHold() local
1150 BluetoothCall parentCall = createActiveCall(); in testOnParentOnChildrenChanged() local
/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java181 Call parentCall = call.getParentCall(); in toParcelableCall() local
DCallAudioManager.java319 Call parentCall = call.getParentCall(); in onIsConferencedChanged() local
DCall.java3107 void setParentAndChildCall(Call parentCall) { in setParentAndChildCall()
3121 void notifyParentChanged(Call parentCall) { in notifyParentChanged()
3135 void setParentCall(Call parentCall) { in setParentCall()
3158 public void setChildOf(Call parentCall) { in setChildOf()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1059 Call parentCall = telecomCall.getParent(); in getParentId() local