• Home
  • Raw
  • Download

Lines Matching defs:callId

122     void setActive(String callId) {  in setActive()
136 void setRinging(String callId) { in setRinging()
150 void setDialing(String callId) { in setDialing()
165 void setPulling(String callId) { in setPulling()
181 void setDisconnected(String callId, DisconnectCause disconnectCause) { in setDisconnected()
195 void setOnHold(String callId) { in setOnHold()
210 void setRingbackRequested(String callId, boolean ringback) { in setRingbackRequested()
219 void setConnectionCapabilities(String callId, int capabilities) { in setConnectionCapabilities()
228 void setConnectionProperties(String callId, int properties) { in setConnectionProperties()
245 void setIsConferenced(String callId, String conferenceCallId) { in setIsConferenced()
260 void onConferenceMergeFailed(String callId) { in onConferenceMergeFailed()
273 void resetConnectionTime(String callId) { in resetConnectionTime()
288 void removeCall(String callId) { in removeCall()
297 void onPostDialWait(String callId, String remaining) { in onPostDialWait()
306 void onPostDialChar(String callId, char nextChar) { in onPostDialChar()
320 void addConferenceCall(String callId, ParcelableConference parcelableConference) { in addConferenceCall()
360 String callId, Connection.VideoProvider videoProvider) { in setVideoProvider()
378 void setIsVoipAudioMode(String callId, boolean isVoip) { in setIsVoipAudioMode()
387 void setStatusHints(String callId, StatusHints statusHints) { in setStatusHints()
396 void setAddress(String callId, Uri address, int presentation) { in setAddress()
405 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName()
426 void setVideoState(String callId, int videoState) { in setVideoState()
436 void setConferenceableConnections(String callId, List<String> conferenceableCallIds) { in setConferenceableConnections()
453 void addExistingConnection(String callId, ParcelableConnection connection) { in addExistingConnection()
469 void putExtras(String callId, Bundle extras) { in putExtras()
486 void putExtra(String callId, String key, boolean value) { in putExtra()
505 void putExtra(String callId, String key, int value) { in putExtra()
524 void putExtra(String callId, String key, String value) { in putExtra()
541 void removeExtras(String callId, List<String> keys) { in removeExtras()
557 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress) { in setAudioRoute()
578 void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent()
593 void onRttInitiationSuccess(String callId) { in onRttInitiationSuccess()
608 void onRttInitiationFailure(String callId, int reason) { in onRttInitiationFailure()
624 void onRttSessionRemotelyTerminated(String callId) { in onRttSessionRemotelyTerminated()
640 void onRemoteRttRequest(String callId) { in onRemoteRttRequest()
656 void onPhoneAccountChanged(String callId, PhoneAccountHandle pHandle) { in onPhoneAccountChanged()
687 void setConferenceState(String callId, boolean isConference) { in setConferenceState()
704 void setCallDirection(String callId, @Call.Details.CallDirection int direction) { in setCallDirection()