Lines Matching refs:Log
53 Log.w(this, "Ignoring duplicate adapter addition."); in addAdapter()
97 Log.getExternalSession()); in handleCreateConnectionComplete()
112 adapter.setActive(callId, Log.getExternalSession()); in setActive()
126 adapter.setRinging(callId, Log.getExternalSession()); in setRinging()
140 adapter.setDialing(callId, Log.getExternalSession()); in setDialing()
155 adapter.setPulling(callId, Log.getExternalSession()); in setPulling()
171 adapter.setDisconnected(callId, disconnectCause, Log.getExternalSession()); in setDisconnected()
185 adapter.setOnHold(callId, Log.getExternalSession()); in setOnHold()
200 adapter.setRingbackRequested(callId, ringback, Log.getExternalSession()); in setRingbackRequested()
209 adapter.setConnectionCapabilities(callId, capabilities, Log.getExternalSession()); in setConnectionCapabilities()
218 adapter.setConnectionProperties(callId, properties, Log.getExternalSession()); in setConnectionProperties()
235 Log.d(this, "sending connection %s with conference %s", callId, conferenceCallId); in setIsConferenced()
236 adapter.setIsConferenced(callId, conferenceCallId, Log.getExternalSession()); in setIsConferenced()
250 Log.d(this, "merge failed for call %s", callId); in onConferenceMergeFailed()
251 adapter.setConferenceMergeFailed(callId, Log.getExternalSession()); in onConferenceMergeFailed()
263 adapter.resetConnectionTime(callId, Log.getExternalSession()); in resetConnectionTime()
278 adapter.removeCall(callId, Log.getExternalSession()); in removeCall()
287 adapter.onPostDialWait(callId, remaining, Log.getExternalSession()); in onPostDialWait()
296 adapter.onPostDialChar(callId, nextChar, Log.getExternalSession()); in onPostDialChar()
310 adapter.addConferenceCall(callId, parcelableConference, Log.getExternalSession()); in addConferenceCall()
324 Log.getExternalSession()); in queryRemoteConnectionServices()
326 Log.e(this, e, "Exception trying to query for remote CSs"); in queryRemoteConnectionServices()
335 Log.e(this, e, "Exception trying to query for remote CSs"); in queryRemoteConnectionServices()
353 Log.getExternalSession()); in setVideoProvider()
368 adapter.setIsVoipAudioMode(callId, isVoip, Log.getExternalSession()); in setIsVoipAudioMode()
377 adapter.setStatusHints(callId, statusHints, Log.getExternalSession()); in setStatusHints()
386 adapter.setAddress(callId, address, presentation, Log.getExternalSession()); in setAddress()
396 Log.getExternalSession()); in setCallerDisplayName()
414 Log.v(this, "setVideoState: %d", videoState); in setVideoState()
417 adapter.setVideoState(callId, videoState, Log.getExternalSession()); in setVideoState()
424 Log.v(this, "setConferenceableConnections: %s, %s", callId, conferenceableCallIds); in setConferenceableConnections()
428 Log.getExternalSession()); in setConferenceableConnections()
441 Log.v(this, "addExistingConnection: %s", callId); in addExistingConnection()
444 adapter.addExistingConnection(callId, connection, Log.getExternalSession()); in addExistingConnection()
457 Log.v(this, "putExtras: %s", callId); in putExtras()
460 adapter.putExtras(callId, extras, Log.getExternalSession()); in putExtras()
474 Log.v(this, "putExtra: %s %s=%b", callId, key, value); in putExtra()
479 adapter.putExtras(callId, bundle, Log.getExternalSession()); in putExtra()
493 Log.v(this, "putExtra: %s %s=%d", callId, key, value); in putExtra()
498 adapter.putExtras(callId, bundle, Log.getExternalSession()); in putExtra()
512 Log.v(this, "putExtra: %s %s=%s", callId, key, value); in putExtra()
517 adapter.putExtras(callId, bundle, Log.getExternalSession()); in putExtra()
529 Log.v(this, "removeExtras: %s %s", callId, keys); in removeExtras()
532 adapter.removeExtras(callId, keys, Log.getExternalSession()); in removeExtras()
545 Log.v(this, "setAudioRoute: %s %s %s", callId, in setAudioRoute()
551 bluetoothAddress, Log.getExternalSession()); in setAudioRoute()
566 Log.v(this, "onConnectionEvent: %s", event); in onConnectionEvent()
569 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession()); in onConnectionEvent()
581 Log.v(this, "onRttInitiationSuccess: %s", callId); in onRttInitiationSuccess()
584 adapter.onRttInitiationSuccess(callId, Log.getExternalSession()); in onRttInitiationSuccess()
596 Log.v(this, "onRttInitiationFailure: %s", callId); in onRttInitiationFailure()
599 adapter.onRttInitiationFailure(callId, reason, Log.getExternalSession()); in onRttInitiationFailure()
612 Log.v(this, "onRttSessionRemotelyTerminated: %s", callId); in onRttSessionRemotelyTerminated()
615 adapter.onRttSessionRemotelyTerminated(callId, Log.getExternalSession()); in onRttSessionRemotelyTerminated()
628 Log.v(this, "onRemoteRttRequest: %s", callId); in onRemoteRttRequest()
631 adapter.onRemoteRttRequest(callId, Log.getExternalSession()); in onRemoteRttRequest()
646 Log.d(this, "onPhoneAccountChanged %s", callId); in onPhoneAccountChanged()
647 adapter.onPhoneAccountChanged(callId, pHandle, Log.getExternalSession()); in onPhoneAccountChanged()
659 Log.d(this, "onConnectionServiceFocusReleased"); in onConnectionServiceFocusReleased()
660 adapter.onConnectionServiceFocusReleased(Log.getExternalSession()); in onConnectionServiceFocusReleased()
675 Log.v(this, "setConferenceState: %s %b", callId, isConference); in setConferenceState()
678 adapter.setConferenceState(callId, isConference, Log.getExternalSession()); in setConferenceState()