Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 82) sorted by relevance

1234

/packages/apps/InCallUI/src/com/android/incallui/
DCallList.java84 Call call = new Call(telecommCall); in onCallAdded() local
97 Call call = mCallByTelecommCall.get(telecommCall); in onCallRemoved() local
108 public void onDisconnect(Call call) { in onDisconnect()
121 public void onIncoming(Call call, List<String> textMessages) { in onIncoming()
132 public void onUpgradeToVideo(Call call){ in onUpgradeToVideo()
141 public void onUpdate(Call call) { in onUpdate()
154 public void onSessionModificationStateChange(Call call, int sessionModificationState) { in onSessionModificationStateChange()
170 public void onLastForwardedNumberChange(Call call) { in onLastForwardedNumberChange()
185 public void onChildNumberChange(Call call) { in onChildNumberChange()
194 public void notifyCallUpdateListeners(Call call) { in notifyCallUpdateListeners()
[all …]
DCallUtils.java37 public static boolean isVideoCall(Call call) { in isVideoCall()
46 public static boolean isIncomingVideoCall(Call call) { in isIncomingVideoCall()
54 public static boolean isActiveVideoCall(Call call) { in isActiveVideoCall()
58 public static boolean isOutgoingVideoCall(Call call) { in isOutgoingVideoCall()
67 public static boolean isAudioCall(Call call) { in isAudioCall()
72 public static boolean canVideoPause(Call call) { in canVideoPause()
76 public static VideoProfile makeVideoPauseProfile(Call call) { in makeVideoPauseProfile()
82 public static VideoProfile makeVideoUnPauseProfile(Call call) { in makeVideoUnPauseProfile()
DInCallVideoCallCallbackNotifier.java130 public void upgradeToVideoRequest(Call call, int videoState) { in upgradeToVideoRequest()
142 public void upgradeToVideoSuccess(Call call) { in upgradeToVideoSuccess()
153 public void upgradeToVideoFail(int status, Call call) { in upgradeToVideoFail()
164 public void downgradeToAudio(Call call) { in downgradeToAudio()
187 public void peerPausedStateChanged(Call call, boolean paused) { in peerPausedStateChanged()
199 public void videoQualityChanged(Call call, int videoQuality) { in videoQualityChanged()
212 public void peerDimensionsChanged(Call call, int width, int height) { in peerDimensionsChanged()
225 public void cameraDimensionsChanged(Call call, int width, int height) { in cameraDimensionsChanged()
253 public void onUpgradeToVideoRequest(Call call, int videoState); in onUpgradeToVideoRequest()
261 public void onUpgradeToVideoSuccess(Call call); in onUpgradeToVideoSuccess()
[all …]
DVideoPauseController.java51 public CallContext(Call call) { in CallContext()
56 public void update(Call call) { in update()
157 Call call = null; in onStateChange() local
203 private void onPrimaryCallChanged(Call call) { in onPrimaryCallChanged()
233 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { in onIncomingCall()
248 private void updatePrimaryCallContext(Call call) { in updatePrimaryCallContext()
282 public void onUpgradeToVideoRequest(Call call, int videoState) { in onUpgradeToVideoRequest()
291 public void onUpgradeToVideoSuccess(Call call) { in onUpgradeToVideoSuccess()
302 public void onUpgradeToVideoFail(int status, Call call) { in onUpgradeToVideoFail()
312 public void onDowngradeToAudio(Call call) { in onDowngradeToAudio()
[all …]
DTelecomAdapter.java57 Call call = CallList.getInstance().getCallById(callId); in getTelecommCallById() local
62 android.telecom.Call call = getTelecommCallById(callId); in answerCall() local
71 android.telecom.Call call = getTelecommCallById(callId); in rejectCall() local
80 android.telecom.Call call = getTelecommCallById(callId); in disconnectCall() local
89 android.telecom.Call call = getTelecommCallById(callId); in holdCall() local
98 android.telecom.Call call = getTelecommCallById(callId); in unholdCall() local
123 android.telecom.Call call = getTelecommCallById(callId); in separateCall() local
132 android.telecom.Call call = getTelecommCallById(callId); in merge() local
149 android.telecom.Call call = getTelecommCallById(callId); in swap() local
182 android.telecom.Call call = getTelecommCallById(callId); in playDtmfTone() local
[all …]
DAnswerPresenter.java52 Call call; in onUiShowing() local
72 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { in onIncomingCall()
88 public void onIncomingCall(Call call) { in onIncomingCall()
96 public void onDisconnect(Call call) { in onDisconnect()
121 private boolean isVideoUpgradePending(Call call) { in isVideoUpgradePending()
127 public void onUpgradeToVideo(Call call) { in onUpgradeToVideo()
146 private void processIncomingCall(Call call) { in processIncomingCall()
173 private void processVideoUpgradeRequestCall(Call call) { in processVideoUpgradeRequestCall()
205 public void onCallChanged(Call call) { in onCallChanged()
277 private void configureAnswerTargetsForSms(Call call, List<String> textMsgs) { in configureAnswerTargetsForSms()
DVideoCallPresenter.java378 InCallPresenter.InCallState newState, Call call) { in onIncomingCall()
461 private void checkForVideoStateChange(Call call) { in checkForVideoStateChange()
484 private void checkForCallStateChange(Call call) { in checkForCallStateChange()
546 private void updateCallCache(Call call) { in updateCallCache()
568 public void onDetailsChanged(Call call, android.telecom.Call.Details details) { in onDetailsChanged()
585 private void updateVideoCall(Call call) { in updateVideoCall()
592 private void checkForOrientationAllowedChange(Call call) { in checkForOrientationAllowedChange()
599 private void checkForVideoCallChange(Call call) { in checkForVideoCallChange()
614 private void changeVideoCall(Call call) { in changeVideoCall()
650 private void enterVideoMode(Call call) { in enterVideoMode()
[all …]
DStatusBarNotifier.java155 final Call call = getCallToShow(callList); in updateInCallNotification() local
164 private void showNotification(final Call call) { in showNotification()
206 final Call call = getCallToShow(CallList.getInstance()); in buildAndSendNotification() local
287 Call call, int state, Notification.Builder builder) { in createIncomingCallNotification()
356 private String getContentTitle(ContactCacheEntry contactInfo, Call call) { in getContentTitle()
370 Call call) { in addPersonReference()
382 private Bitmap getLargeIconToDisplay(ContactCacheEntry contactInfo, Call call) { in getLargeIconToDisplay()
409 private int getIconToDisplay(Call call) { in getIconToDisplay()
429 private String getContentString(Call call) { in getContentString()
473 Call call = callList.getIncomingCall(); in getCallToShow() local
[all …]
DConferenceManagerPresenter.java62 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()
DInCallPresenter.java394 public void onCallAdded(android.telecom.Call call) { in onCallAdded()
405 public void onCallRemoved(android.telecom.Call call) { in onCallRemoved()
463 public void onIncomingCall(Call call) { in onIncomingCall()
476 public void onUpgradeToVideo(Call call) { in onUpgradeToVideo()
484 public void onDisconnect(Call call) { in onDisconnect()
633 Call call = mCallList.getWaitingForAccountCall(); in handleAccountSelection() local
644 Call call = mCallList.getWaitingForAccountCall(); in cancelAccountSelection() local
667 Call call = mCallList.getOutgoingCall(); in hangUpOngoingCall() local
690 Call call = mCallList.getIncomingCall(); in answerIncomingCall() local
708 Call call = mCallList.getIncomingCall(); in declineIncomingCall() local
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java28 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()
64 public void onRingbackRequested(Call call, boolean ringback) { in onRingbackRequested()
68 public void onIsConferencedChanged(Call call) { in onIsConferencedChanged()
72 public void onIsVoipAudioModeChanged(Call call) { in onIsVoipAudioModeChanged()
76 public void onVideoStateChanged(Call call) { in onVideoStateChanged()
[all …]
DCallsManager.java68 void onCallAdded(Call call); in onCallAdded()
69 void onCallRemoved(Call call); in onCallRemoved()
70 void onCallStateChanged(Call call, int oldState, int newState); in onCallStateChanged()
72 Call call, in onConnectionServiceChanged()
75 void onIncomingCallAnswered(Call call); in onIncomingCallAnswered()
76 void onIncomingCallRejected(Call call, boolean rejectWithMessage, String textMessage); in onIncomingCallRejected()
79 void onRingbackRequested(Call call, boolean ringback); in onRingbackRequested()
80 void onIsConferencedChanged(Call call); in onIsConferencedChanged()
81 void onIsVoipAudioModeChanged(Call call); in onIsVoipAudioModeChanged()
82 void onVideoStateChanged(Call call); in onVideoStateChanged()
[all …]
DCall.java71 void onSuccessfulOutgoingCall(Call call, int callState); in onSuccessfulOutgoingCall()
72 void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause); in onFailedOutgoingCall()
73 void onSuccessfulIncomingCall(Call call); in onSuccessfulIncomingCall()
74 void onFailedIncomingCall(Call call); in onFailedIncomingCall()
75 void onSuccessfulUnknownCall(Call call, int callState); in onSuccessfulUnknownCall()
76 void onFailedUnknownCall(Call call); in onFailedUnknownCall()
77 void onRingbackRequested(Call call, boolean ringbackRequested); in onRingbackRequested()
78 void onPostDialWait(Call call, String remaining); in onPostDialWait()
79 void onPostDialChar(Call call, char nextChar); in onPostDialChar()
80 void onConnectionCapabilitiesChanged(Call call); in onConnectionCapabilitiesChanged()
[all …]
DConnectionServiceWrapper.java91 Call call = mCallIdMapper.getCall(callId); in setActive() local
111 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
171 Call call = mCallIdMapper.getCall(callId); in setDisconnected() local
193 Call call = mCallIdMapper.getCall(callId); in setOnHold() local
213 Call call = mCallIdMapper.getCall(callId); in setRingbackRequested() local
234 Call call = mCallIdMapper.getCall(callId); in removeCall() local
258 Call call = mCallIdMapper.getCall(callId); in setConnectionCapabilities() local
306 Call call = mCallIdMapper.getCall(callId); in setConferenceMergeFailed() local
[all …]
DInCallAdapter.java49 Call call = mCallIdMapper.getCall(callId); in answerCall() local
69 Call call = mCallIdMapper.getCall(callId); in rejectCall() local
89 Call call = mCallIdMapper.getCall(callId); in playDtmfTone() local
109 Call call = mCallIdMapper.getCall(callId); in stopDtmfTone() local
129 Call call = mCallIdMapper.getCall(callId); in postDialContinue() local
149 Call call = mCallIdMapper.getCall(callId); in disconnectCall() local
168 Call call = mCallIdMapper.getCall(callId); in holdCall() local
187 Call call = mCallIdMapper.getCall(callId); in unholdCall() local
207 Call call = mCallIdMapper.getCall(callId); in phoneAccountSelected() local
251 Call call = mCallIdMapper.getCall(callId); in conference() local
[all …]
DRinger.java96 public void onCallAdded(final Call call) { in onCallAdded()
107 public void onCallRemoved(Call call) { in onCallRemoved()
112 public void onCallStateChanged(Call call, int oldState, int newState) { in onCallStateChanged()
119 public void onIncomingCallAnswered(Call call) { in onIncomingCallAnswered()
124 public void onIncomingCallRejected(Call call, boolean rejectWithMessage, String textMessage) { in onIncomingCallRejected()
150 private void onRespondedToIncomingCall(Call call) { in onRespondedToIncomingCall()
166 private void removeFromUnansweredCall(Call call) { in removeFromUnansweredCall()
171 private void updateRinging(Call call) { in updateRinging()
180 private void startRingingOrCallWaiting(Call call) { in startRingingOrCallWaiting()
249 private void stopRinging(Call call, String reasonTag) { in stopRinging()
[all …]
DRingbackPlayer.java62 Call call, in onConnectionServiceChanged()
75 public void onRingbackRequested(Call call, boolean ignored) { in onRingbackRequested()
88 private void startRingbackForCall(Call call) { in startRingbackForCall()
115 private void stopRingbackForCall(Call call) { in stopRingbackForCall()
131 private boolean shouldStartRinging(Call call) { in shouldStartRinging()
DPhoneStateBroadcaster.java45 public void onCallStateChanged(Call call, int oldState, int newState) { in onCallStateChanged()
58 public void onCallAdded(Call call) { in onCallAdded()
65 public void onCallRemoved(Call call) { in onCallRemoved()
82 private void sendPhoneStateChangedBroadcast(Call call, int phoneState) { in sendPhoneStateChangedBroadcast()
DInCallController.java172 public void onCallAdded(Call call) { in onCallAdded()
196 public void onCallRemoved(Call call) { in onCallRemoved()
224 public void onCallStateChanged(Call call, int oldState, int newState) { in onCallStateChanged()
230 Call call, in onConnectionServiceChanged()
264 void onPostDialWait(Call call, String remaining) { in onPostDialWait()
277 public void onIsConferencedChanged(Call call) { in onIsConferencedChanged()
320 private void bindToServices(Call call) { in bindToServices()
404 private boolean bindToInCallService(ComponentName componentName, Call call, String tag) { in bindToInCallService()
548 private void updateCall(Call call) { in updateCall()
559 private void updateCall(Call call, boolean videoProviderChanged) { in updateCall()
[all …]
DDtmfLocalTonePlayer.java75 void playTone(Call call, char c) { in playTone()
98 void stopTone(Call call) { in stopTone()
118 private void startDtmfSession(Call call) { in startDtmfSession()
144 private void endDtmfSession(Call call) { in endDtmfSession()
DCallAudioManager.java197 public void onCallAdded(Call call) { in onCallAdded()
211 public void onCallRemoved(Call call) { in onCallRemoved()
225 public void onCallStateChanged(Call call, int oldState, int newState) { in onCallStateChanged()
231 public void onIncomingCallAnswered(Call call) { in onIncomingCallAnswered()
261 public void onIsVoipAudioModeChanged(Call call) { in onIsVoipAudioModeChanged()
283 Call call = getForegroundCall(); in onWiredHeadsetPluggedInChanged() local
395 void setIsRinging(Call call, boolean isRinging) { in setIsRinging()
456 private void onCallUpdated(Call call) { in onCallUpdated()
544 Call call = mCallsManager.getForegroundCall(); in updateAudioStreamAndMode() local
663 private CallAudioState getInitialAudioState(Call call) { in getInitialAudioState()
[all …]
DInCallWakeLockController.java49 public void onCallAdded(Call call) { in onCallAdded()
54 public void onCallRemoved(Call call) { in onCallRemoved()
59 public void onCallStateChanged(Call call, int oldState, int newState) { in onCallStateChanged()
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java184 Call call = readCallFromData(data); in onRestore() local
241 Call call = readCallFromCursor(cursor); in getAllCallLogEntries() local
254 private void writeCallToProvider(Call call) { in writeCallToProvider()
321 Call call = new Call(); in readCallFromData() local
361 Call call = new Call(); in readCallFromCursor() local
380 private void addCallToBackup(BackupDataOutput output, Call call) { in addCallToBackup()
425 private OEMData getOEMDataForCall(Call call) { in getOEMDataForCall()
461 private void readOEMDataForCall(Call call, OEMData oemData) { in readOEMDataForCall()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java62 public void addCall(ParcelableCall call) throws RemoteException { in addCall()
66 mCallById.put(call.getId(), call); in addCall() local
71 public void updateCall(ParcelableCall call) throws RemoteException { in updateCall()
75 mCallById.put(call.getId(), call); in updateCall() local
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallList.java40 public TestVideoCallListener(Call call) { in TestVideoCallListener()
99 public void addCall(Call call) { in addCall()
109 public void removeCall(Call call) { in removeCall()
168 public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) { in onVideoCallChanged()

1234