| /packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
| D | VideoUtils.java | 27 public static boolean isVideoCall(Call call) { in isVideoCall() 40 public static boolean isBidirectionalVideoCall(Call call) { in isBidirectionalVideoCall() 48 public static boolean isTransmissionEnabled(Call call) { in isTransmissionEnabled() 56 public static boolean isIncomingVideoCall(Call call) { in isIncomingVideoCall() 64 public static boolean isActiveVideoCall(Call call) { in isActiveVideoCall() 68 public static boolean isOutgoingVideoCall(Call call) { in isOutgoingVideoCall() 77 public static boolean isAudioCall(Call call) { in isAudioCall() 86 public static boolean canVideoPause(Call call) { in canVideoPause() 90 public static VideoProfile makeVideoPauseProfile(Call call) { in makeVideoPauseProfile() 96 public static VideoProfile makeVideoUnPauseProfile(Call call) { in makeVideoUnPauseProfile()
|
| D | CallList.java | 91 final Call call = new Call(telecomCall); in onCallAdded() local 107 Call call = mCallByTelecomCall.get(telecomCall); in onCallRemoved() local 119 public void onDisconnect(Call call) { in onDisconnect() 132 public void onIncoming(Call call, List<String> textMessages) { in onIncoming() 143 public void onUpgradeToVideo(Call call){ in onUpgradeToVideo() 152 public void onUpdate(Call call) { in onUpdate() 165 public void onSessionModificationStateChange(Call call, int sessionModificationState) { in onSessionModificationStateChange() 181 public void onLastForwardedNumberChange(Call call) { in onLastForwardedNumberChange() 196 public void onChildNumberChange(Call call) { in onChildNumberChange() 205 public void notifyCallUpdateListeners(Call call) { in notifyCallUpdateListeners() [all …]
|
| D | TelecomAdapter.java | 57 Call call = CallList.getInstance().getCallById(callId); in getTelecomCallById() local 62 android.telecom.Call call = getTelecomCallById(callId); in answerCall() local 71 android.telecom.Call call = getTelecomCallById(callId); in rejectCall() local 80 android.telecom.Call call = getTelecomCallById(callId); in disconnectCall() local 89 android.telecom.Call call = getTelecomCallById(callId); in holdCall() local 98 android.telecom.Call call = getTelecomCallById(callId); in unholdCall() local 123 android.telecom.Call call = getTelecomCallById(callId); in separateCall() local 132 android.telecom.Call call = getTelecomCallById(callId); in merge() local 148 android.telecom.Call call = getTelecomCallById(callId); in swap() local 180 android.telecom.Call call = getTelecomCallById(callId); in playDtmfTone() local [all …]
|
| D | VideoPauseController.java | 39 public CallContext(Call call) { in CallContext() 44 public void update(Call call) { in update() 143 Call call = null; in onStateChange() local 189 private void onPrimaryCallChanged(Call call) { in onPrimaryCallChanged() 220 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { in onIncomingCall() 235 private void updatePrimaryCallContext(Call call) { in updatePrimaryCallContext() 309 private void sendRequest(Call call, boolean resume) { in sendRequest() 333 private static boolean areSame(Call call, CallContext callContext) { in areSame() 368 private static boolean isIncomingCall(CallContext call) { in isIncomingCall() 378 private static boolean isIncomingCall(Call call) { in isIncomingCall() [all …]
|
| D | ExternalCallList.java | 24 void onExternalCallAdded(Call call); in onExternalCallAdded() 25 void onExternalCallRemoved(Call call); in onExternalCallRemoved() 26 void onExternalCallUpdated(Call call); in onExternalCallUpdated() 82 private void notifyExternalCallAdded(Call call) { in notifyExternalCallAdded() 91 private void notifyExternalCallRemoved(Call call) { in notifyExternalCallRemoved() 100 private void notifyExternalCallUpdated(Call call) { in notifyExternalCallUpdated()
|
| D | InCallVideoCallCallbackNotifier.java | 130 public void upgradeToVideoRequest(Call call, int videoState) { in upgradeToVideoRequest() 154 public void peerPausedStateChanged(Call call, boolean paused) { in peerPausedStateChanged() 166 public void videoQualityChanged(Call call, int videoQuality) { in videoQualityChanged() 179 public void peerDimensionsChanged(Call call, int width, int height) { in peerDimensionsChanged() 192 public void cameraDimensionsChanged(Call call, int width, int height) { in cameraDimensionsChanged() 219 public void onUpgradeToVideoRequest(Call call, int videoState); in onUpgradeToVideoRequest() 234 public void onPeerPauseStateChanged(Call call, boolean paused); in onPeerPauseStateChanged() 242 public void onVideoQualityChanged(Call call, int videoCallQuality); in onVideoQualityChanged() 272 public void onUpdatePeerDimensions(Call call, int width, int height); in onUpdatePeerDimensions() 282 public void onCameraDimensionsChange(Call call, int width, int height); in onCameraDimensionsChange()
|
| D | AnswerPresenter.java | 52 Call call; in onUiShowing() local 74 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { in onIncomingCall() 90 public void onIncomingCall(Call call) { in onIncomingCall() 98 public void onDisconnect(Call call) { in onDisconnect() 123 private boolean isVideoUpgradePending(Call call) { in isVideoUpgradePending() 129 public void onUpgradeToVideo(Call call) { in onUpgradeToVideo() 145 private void processIncomingCall(Call call) { in processIncomingCall() 172 private void processVideoUpgradeRequestCall(Call call) { in processVideoUpgradeRequestCall() 204 public void onCallChanged(Call call) { in onCallChanged() 276 private void configureAnswerTargetsForSms(Call call, List<String> textMsgs) { in configureAnswerTargetsForSms()
|
| D | VideoCallPresenter.java | 393 InCallPresenter.InCallState newState, Call call) { in onIncomingCall() 489 private void checkForVideoStateChange(Call call) { in checkForVideoStateChange() 512 private void checkForCallStateChange(Call call) { in checkForCallStateChange() 575 private void updateCallCache(Call call) { in updateCallCache() 597 public void onDetailsChanged(Call call, android.telecom.Call.Details details) { in onDetailsChanged() 614 private void updateVideoCall(Call call) { in updateVideoCall() 621 private void checkForOrientationAllowedChange(Call call) { in checkForOrientationAllowedChange() 629 private void checkForVideoCallChange(Call call) { in checkForVideoCallChange() 644 private void changeVideoCall(Call call) { in changeVideoCall() 682 private void adjustVideoMode(Call call) { in adjustVideoMode() [all …]
|
| D | StatusBarNotifier.java | 183 final Call call = getCallToShow(callList); in updateInCallNotification() local 192 private void showNotification(final Call call) { in showNotification() 236 final Call call = getCallToShow(CallList.getInstance()); in buildAndSendNotification() local 348 Call call, int state, Notification.Builder builder) { in createIncomingCallNotification() 372 private void setNotificationWhen(Call call, int state, Notification.Builder builder) { in setNotificationWhen() 428 String getContentTitle(ContactCacheEntry contactInfo, Call call) { in getContentTitle() 443 Call call) { in addPersonReference() 458 private Bitmap getLargeIconToDisplay(ContactCacheEntry contactInfo, Call call) { in getLargeIconToDisplay() 485 private int getIconToDisplay(Call call) { in getIconToDisplay() 505 private String getContentString(Call call, @UserType long userType) { in getContentString() [all …]
|
| D | ExternalCallNotifier.java | 71 public NotificationInfo(Call call, int notificationId) { in NotificationInfo() 130 public void onExternalCallAdded(android.telecom.Call call) { in onExternalCallAdded() 144 public void onExternalCallRemoved(android.telecom.Call call) { in onExternalCallRemoved() 154 public void onExternalCallUpdated(Call call) { in onExternalCallUpdated() 221 private void dismissNotification(Call call) { in dismissNotification() 318 ContactInfoCache.ContactCacheEntry contactInfo, android.telecom.Call call) { in getLargeIconToDisplay() 366 ContactInfoCache.ContactCacheEntry contactInfo, android.telecom.Call call) { in getContentTitle() 393 Call call) { in getPersonReference()
|
| D | ConferenceManagerPresenter.java | 62 final Call call = callList.getActiveOrBackgroundCall(); in onStateChange() local 77 public void onDetailsChanged(Call call, android.telecom.Call.Details details) { in onDetailsChanged() 97 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { in onIncomingCall() 142 void refreshCall(Call call); in refreshCall()
|
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| D | CallsManagerListenerBase.java | 28 public void onCallAdded(Call call) { in onCallAdded() 32 public void onCallRemoved(Call call) { in onCallRemoved() 36 public void onCallStateChanged(Call call, int oldState, int newState) { in onCallStateChanged() 41 Call call, in onConnectionServiceChanged() 47 public void onIncomingCallAnswered(Call call) { in onIncomingCallAnswered() 51 public void onIncomingCallRejected(Call call, boolean rejectWithMessage, String textMessage) { in onIncomingCallRejected() 60 public void onRingbackRequested(Call call, boolean ringback) { in onRingbackRequested() 64 public void onIsConferencedChanged(Call call) { in onIsConferencedChanged() 68 public void onIsVoipAudioModeChanged(Call call) { in onIsVoipAudioModeChanged() 72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() [all …]
|
| D | CallAudioManager.java | 93 public void onCallStateChanged(Call call, int oldState, int newState) { in onCallStateChanged() 118 public void onCallAdded(Call call) { in onCallAdded() 127 public void onCallRemoved(Call call) { in onCallRemoved() 135 private void addCall(Call call) { in addCall() 153 private void removeCall(Call call) { in removeCall() 180 public void onExternalCallChanged(Call call, boolean isExternalCall) { in onExternalCallChanged() 206 private boolean shouldIgnoreCallForAudio(Call call) { in shouldIgnoreCallForAudio() 211 public void onIncomingCallAnswered(Call call) { in onIncomingCallAnswered() 238 public void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile) { in onSessionModifyRequestReceived() 270 public void onHoldToneRequested(Call call) { in onHoldToneRequested() [all …]
|
| D | InCallAdapter.java | 55 Call call = mCallIdMapper.getCall(callId); in answerCall() local 78 Call call = mCallIdMapper.getCall(callId); in rejectCall() local 101 Call call = mCallIdMapper.getCall(callId); in playDtmfTone() local 124 Call call = mCallIdMapper.getCall(callId); in stopDtmfTone() local 147 Call call = mCallIdMapper.getCall(callId); in postDialContinue() local 170 Call call = mCallIdMapper.getCall(callId); in disconnectCall() local 192 Call call = mCallIdMapper.getCall(callId); in holdCall() local 214 Call call = mCallIdMapper.getCall(callId); in unholdCall() local 237 Call call = mCallIdMapper.getCall(callId); in phoneAccountSelected() local 293 Call call = mCallIdMapper.getCall(callId); in conference() local [all …]
|
| D | ConnectionServiceWrapper.java | 92 Call call = mCallIdMapper.getCall(callId); in setActive() local 112 Call call = mCallIdMapper.getCall(callId); in setRinging() local 132 Call call = mCallIdMapper.getCall(callId); in setVideoProvider() local 150 Call call = mCallIdMapper.getCall(callId); in setDialing() local 170 Call call = mCallIdMapper.getCall(callId); in setPulling() local 188 Call call = mCallIdMapper.getCall(callId); in setDisconnected() local 209 Call call = mCallIdMapper.getCall(callId); in setOnHold() local 229 Call call = mCallIdMapper.getCall(callId); in setRingbackRequested() local 249 Call call = mCallIdMapper.getCall(callId); in removeCall() local 272 Call call = mCallIdMapper.getCall(callId); in setConnectionCapabilities() local [all …]
|
| D | CallsManager.java | 93 void onCallAdded(Call call); in onCallAdded() 94 void onCallRemoved(Call call); in onCallRemoved() 95 void onCallStateChanged(Call call, int oldState, int newState); in onCallStateChanged() 97 Call call, in onConnectionServiceChanged() 100 void onIncomingCallAnswered(Call call); in onIncomingCallAnswered() 101 void onIncomingCallRejected(Call call, boolean rejectWithMessage, String textMessage); in onIncomingCallRejected() 103 void onRingbackRequested(Call call, boolean ringback); in onRingbackRequested() 104 void onIsConferencedChanged(Call call); in onIsConferencedChanged() 105 void onIsVoipAudioModeChanged(Call call); in onIsVoipAudioModeChanged() 106 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() [all …]
|
| D | PhoneStateBroadcaster.java | 45 public void onCallStateChanged(Call call, int oldState, int newState) { in onCallStateChanged() 53 public void onCallAdded(Call call) { in onCallAdded() 61 public void onCallRemoved(Call call) { in onCallRemoved() 77 public void onExternalCallChanged(Call call, boolean isExternalCall) { in onExternalCallChanged() 81 private void updateStates(Call call) { in updateStates() 100 private void sendPhoneStateChangedBroadcast(Call call, int phoneState) { in sendPhoneStateChangedBroadcast()
|
| D | Call.java | 84 void onSuccessfulOutgoingCall(Call call, int callState); in onSuccessfulOutgoingCall() 85 void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause); in onFailedOutgoingCall() 86 void onSuccessfulIncomingCall(Call call); in onSuccessfulIncomingCall() 87 void onFailedIncomingCall(Call call); in onFailedIncomingCall() 88 void onSuccessfulUnknownCall(Call call, int callState); in onSuccessfulUnknownCall() 89 void onFailedUnknownCall(Call call); in onFailedUnknownCall() 90 void onRingbackRequested(Call call, boolean ringbackRequested); in onRingbackRequested() 91 void onPostDialWait(Call call, String remaining); in onPostDialWait() 92 void onPostDialChar(Call call, char nextChar); in onPostDialChar() 93 void onConnectionCapabilitiesChanged(Call call); in onConnectionCapabilitiesChanged() [all …]
|
| D | DtmfLocalTonePlayer.java | 67 void playTone(Call call, char c) { in playTone() 90 void stopTone(Call call) { in stopTone() 110 private void startDtmfSession(Call call) { in startDtmfSession() 136 private void endDtmfSession(Call call) { in endDtmfSession()
|
| D | InCallWakeLockController.java | 39 public void onCallAdded(Call call) { in onCallAdded() 47 public void onCallRemoved(Call call) { in onCallRemoved() 55 public void onCallStateChanged(Call call, int oldState, int newState) { in onCallStateChanged()
|
| D | CallIdMapper.java | 81 String getCallId(Call call); in getCallId() 97 void addCall(Call call, String id) { in addCall() 104 void addCall(Call call) { in addCall() 108 void removeCall(Call call) { in removeCall() 119 String getCallId(Call call) { in getCallId()
|
| /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/ |
| D | ExternalCallListTest.java | 39 public void onExternalCallAdded(Call call) { in onExternalCallAdded() 44 public void onExternalCallRemoved(Call call) { in onExternalCallRemoved() 49 public void onExternalCallUpdated(Call call) { in onExternalCallUpdated() 90 TestTelecomCall call = getTestCall(Call.Details.PROPERTY_IS_EXTERNAL_CALL); in testAddCallSuccess() local 96 TestTelecomCall call = getTestCall(0 /* no properties */); in testAddCallFail() local 105 TestTelecomCall call = getTestCall(Call.Details.PROPERTY_IS_EXTERNAL_CALL); in testUpdateCall() local 114 TestTelecomCall call = getTestCall(Call.Details.PROPERTY_IS_EXTERNAL_CALL); in testRemoveCall() local
|
| /packages/apps/Dialer/InCallUI/src/com/android/incallui/util/ |
| D | TelecomCallUtil.java | 32 public static boolean isEmergencyCall(Call call) { in isEmergencyCall() 38 public static String getNumber(Call call) { in getNumber() 50 public static Uri getHandle(Call call) { in getHandle()
|
| /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
| D | CallAudioManagerTest.java | 83 Call call = createIncomingCall(); in testSingleIncomingCallFlowWithoutMTSpeedUp() local 118 Call call = createIncomingCall(); in testSingleIncomingCallFlowWithMTSpeedUp() local 151 Call call = mock(Call.class); in testSingleOutgoingCall() local 198 Call call = mock(Call.class); in createIncomingCall() local 221 private void disconnectCall(Call call) { in disconnectCall()
|
| /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
| D | TestCallList.java | 38 public void onCallAdded(Call call) {} in onCallAdded() 39 public void onCallRemoved(Call call) {} in onCallRemoved() 48 public TestVideoCallListener(Call call) { in TestVideoCallListener() 122 public void addCall(Call call) { in addCall() 136 public void removeCall(Call call) { in removeCall() 206 public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) { in onVideoCallChanged()
|