Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java836 if (call.getParentCall() != null) { in isAddCallCapable()
852 if (call != otherCall && otherCall.getParentCall() == null) { in isAddCallCapable()
878 if (call.getParentCall() == null && call.getState() == CallState.ON_HOLD) { in getNumHeldCalls()
909 if (call.getParentCall() != null) { in getFirstCallWithState()
1064 if (call.getParentCall() != null) { in updateForegroundCall()
DBluetoothPhoneService.java376 if (call.getParentCall() != null) {
584 Call conferenceCall = call.getParentCall(); in sendClccForCall()
DCall.java363 getParentCall() != null, in toString()
573 Call getParentCall() { in getParentCall() method in Call
DInCallController.java453 Call parentCall = call.getParentCall(); in toParcelableCall()