Home
last modified time | relevance | path

Searched refs:uriHandle (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java584 final Uri uriHandle = (gatewayInfo == null) ? handle : gatewayInfo.getGatewayAddress(); in placeOutgoingCall() local
587 Log.i(this, "Creating a new outgoing call with handle: %s", Log.piiHandle(uriHandle)); in placeOutgoingCall()
590 Log.pii(uriHandle), Log.pii(handle)); in placeOutgoingCall()
593 call.setHandle(uriHandle); in placeOutgoingCall()