Lines Matching refs:Log

60                 Log.w(this, "Ignoring duplicate adapter addition.");  in addAdapter()
104 Log.getExternalSession()); in handleCreateConnectionComplete()
117 Log.getExternalSession()); in handleCreateConferenceComplete()
132 adapter.setActive(callId, Log.getExternalSession()); in setActive()
146 adapter.setRinging(callId, Log.getExternalSession()); in setRinging()
160 adapter.setDialing(callId, Log.getExternalSession()); in setDialing()
175 adapter.setPulling(callId, Log.getExternalSession()); in setPulling()
191 adapter.setDisconnected(callId, disconnectCause, Log.getExternalSession()); in setDisconnected()
205 adapter.setOnHold(callId, Log.getExternalSession()); in setOnHold()
220 adapter.setRingbackRequested(callId, ringback, Log.getExternalSession()); in setRingbackRequested()
229 adapter.setConnectionCapabilities(callId, capabilities, Log.getExternalSession()); in setConnectionCapabilities()
238 adapter.setConnectionProperties(callId, properties, Log.getExternalSession()); in setConnectionProperties()
255 Log.d(this, "sending connection %s with conference %s", callId, conferenceCallId); in setIsConferenced()
256 adapter.setIsConferenced(callId, conferenceCallId, Log.getExternalSession()); in setIsConferenced()
270 Log.d(this, "merge failed for call %s", callId); in onConferenceMergeFailed()
271 adapter.setConferenceMergeFailed(callId, Log.getExternalSession()); in onConferenceMergeFailed()
283 adapter.resetConnectionTime(callId, Log.getExternalSession()); in resetConnectionTime()
298 adapter.removeCall(callId, Log.getExternalSession()); in removeCall()
307 adapter.onPostDialWait(callId, remaining, Log.getExternalSession()); in onPostDialWait()
316 adapter.onPostDialChar(callId, nextChar, Log.getExternalSession()); in onPostDialChar()
330 adapter.addConferenceCall(callId, parcelableConference, Log.getExternalSession()); in addConferenceCall()
344 Log.getExternalSession()); in queryRemoteConnectionServices()
346 Log.e(this, e, "Exception trying to query for remote CSs"); in queryRemoteConnectionServices()
355 Log.e(this, e, "Exception trying to query for remote CSs"); in queryRemoteConnectionServices()
373 Log.getExternalSession()); in setVideoProvider()
388 adapter.setIsVoipAudioMode(callId, isVoip, Log.getExternalSession()); in setIsVoipAudioMode()
397 adapter.setStatusHints(callId, statusHints, Log.getExternalSession()); in setStatusHints()
406 adapter.setAddress(callId, address, presentation, Log.getExternalSession()); in setAddress()
416 Log.getExternalSession()); in setCallerDisplayName()
434 Log.v(this, "setVideoState: %d", videoState); in setVideoState()
437 adapter.setVideoState(callId, videoState, Log.getExternalSession()); in setVideoState()
444 Log.v(this, "setConferenceableConnections: %s, %s", callId, conferenceableCallIds); in setConferenceableConnections()
448 Log.getExternalSession()); in setConferenceableConnections()
461 Log.v(this, "addExistingConnection: %s", callId); in addExistingConnection()
464 adapter.addExistingConnection(callId, connection, Log.getExternalSession()); in addExistingConnection()
477 Log.v(this, "putExtras: %s", callId); in putExtras()
480 adapter.putExtras(callId, extras, Log.getExternalSession()); in putExtras()
494 Log.v(this, "putExtra: %s %s=%b", callId, key, value); in putExtra()
499 adapter.putExtras(callId, bundle, Log.getExternalSession()); in putExtra()
513 Log.v(this, "putExtra: %s %s=%d", callId, key, value); in putExtra()
518 adapter.putExtras(callId, bundle, Log.getExternalSession()); in putExtra()
532 Log.v(this, "putExtra: %s %s=%s", callId, key, value); in putExtra()
537 adapter.putExtras(callId, bundle, Log.getExternalSession()); in putExtra()
549 Log.v(this, "removeExtras: %s %s", callId, keys); in removeExtras()
552 adapter.removeExtras(callId, keys, Log.getExternalSession()); in removeExtras()
565 Log.v(this, "setAudioRoute: %s %s %s", callId, in setAudioRoute()
571 bluetoothAddress, Log.getExternalSession()); in setAudioRoute()
587 Log.v(this, "requestCallEndpointChange"); in requestCallEndpointChange()
606 }}, Log.getExternalSession()); in requestCallEndpointChange()
608 Log.d(this, "Remote exception calling requestCallEndpointChange"); in requestCallEndpointChange()
621 Log.v(this, "onConnectionEvent: %s", event); in onConnectionEvent()
624 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession()); in onConnectionEvent()
636 Log.v(this, "onRttInitiationSuccess: %s", callId); in onRttInitiationSuccess()
639 adapter.onRttInitiationSuccess(callId, Log.getExternalSession()); in onRttInitiationSuccess()
651 Log.v(this, "onRttInitiationFailure: %s", callId); in onRttInitiationFailure()
654 adapter.onRttInitiationFailure(callId, reason, Log.getExternalSession()); in onRttInitiationFailure()
667 Log.v(this, "onRttSessionRemotelyTerminated: %s", callId); in onRttSessionRemotelyTerminated()
670 adapter.onRttSessionRemotelyTerminated(callId, Log.getExternalSession()); in onRttSessionRemotelyTerminated()
683 Log.v(this, "onRemoteRttRequest: %s", callId); in onRemoteRttRequest()
686 adapter.onRemoteRttRequest(callId, Log.getExternalSession()); in onRemoteRttRequest()
701 Log.d(this, "onPhoneAccountChanged %s", callId); in onPhoneAccountChanged()
702 adapter.onPhoneAccountChanged(callId, pHandle, Log.getExternalSession()); in onPhoneAccountChanged()
714 Log.d(this, "onConnectionServiceFocusReleased"); in onConnectionServiceFocusReleased()
715 adapter.onConnectionServiceFocusReleased(Log.getExternalSession()); in onConnectionServiceFocusReleased()
730 Log.v(this, "setConferenceState: %s %b", callId, isConference); in setConferenceState()
733 adapter.setConferenceState(callId, isConference, Log.getExternalSession()); in setConferenceState()
749 a.setCallDirection(callId, direction, Log.getExternalSession()); in setCallDirection()
768 Log.v(this, "queryLocation: %s %d", callId, timeoutMillis); in queryLocation()
787 Log.getExternalSession()); in queryLocation()
789 Log.d(this, "queryLocation: Exception e : " + e); in queryLocation()