Searched refs:isConference (Results 1 – 9 of 9) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothPhoneServiceTest.java | 242 when(activeCall.isConference()).thenReturn(false); in testListCurrentCallsOneCall() 279 when(parentCall.isConference()).thenReturn(true); in testConferenceInProgressCDMA() 326 when(parentCall.isConference()).thenReturn(true); in testListCurrentCallsCdmaHold() 367 when(parentCall.isConference()).thenReturn(true); in testListCurrentCallsCdmaConference() 397 when(waitingCall.isConference()).thenReturn(false); in testWaitingCallClccResponse() 414 when(newCall.isConference()).thenReturn(false); in testNewCallClccResponse() 430 when(ringingCall.isConference()).thenReturn(false); in testRingingCallClccResponse() 450 when(ringingCall.isConference()).thenReturn(false); in testCallClccCache() 464 when(newHoldingCall.isConference()).thenReturn(false); in testCallClccCache() 484 when(dialingCall.isConference()).thenReturn(false); in testAlertingCallClccResponse() [all …]
|
D | CallLogManagerTest.java | 669 private Call makeFakeCall(int disconnectCauseCode, boolean isConference, boolean isIncoming, in makeFakeCall() argument 673 return makeFakeCall(disconnectCauseCode, isConference, isIncoming, creationTimeMillis, in makeFakeCall() 678 private Call makeFakeCall(int disconnectCauseCode, boolean isConference, boolean isIncoming, in makeFakeCall() argument 686 when(fakeCall.isConference()).thenReturn(isConference); in makeFakeCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothPhoneServiceImpl.java | 541 if (!call.isConference() || in sendListOfCalls() 542 (call.isConference() && call in sendListOfCalls() 557 boolean isConferenceWithNoChildren = call.isConference() && call in sendClccForCall() 688 if (activeCall != null && activeCall.isConference() && in updateHeadsetWithCallState()
|
D | Call.java | 413 boolean isConference) { in Call() argument 415 mState = isConference ? CallState.ACTIVE : CallState.NEW; in Call() 427 mIsConference = isConference; in Call() 468 boolean isConference, in Call() argument 473 shouldAttachToExistingConnection, isConference); in Call() 699 public boolean isConference() { in isConference() method in Call
|
D | ParcelableCallUtils.java | 57 if (call.isConference()) { in toParcelableCall()
|
D | CallLogManager.java | 149 !call.isConference() && in onCallStateChanged()
|
D | CallsManager.java | 1878 if (liveCallPhoneAccount == null && liveCall.isConference() && in makeRoomForOutgoingCall()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | CallCardFragment.java | 597 String providerLabel, boolean isConference, boolean isVideoCall, boolean isFullscreen) { in setSecondary() argument 608 mSecondaryCallConferenceCallIcon.setVisibility(isConference ? View.VISIBLE : View.GONE); in setSecondary() 724 boolean isConference, in setCallState() argument 729 isConference, isWorkCall); in setCallState() 1021 boolean isGatewayCall, boolean isWifi, boolean isConference, boolean isWorkCall) { in getCallStateLabelFromState() argument 1036 if ((isAccount || isWifi || isConference) && hasSuggestedLabel) { in getCallStateLabelFromState()
|
D | CallCardPresenter.java | 1148 String providerLabel, boolean isConference, boolean isVideoCall, in setSecondary() argument 1154 boolean isConference, boolean isWorkCall); in setCallState() argument
|