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.java1154 final Uri uriHandle = (gatewayInfo == null) ? handle : gatewayInfo.getGatewayAddress(); in placeOutgoingCall() local
1157 Log.i(this, "Creating a new outgoing call with handle: %s", Log.piiHandle(uriHandle)); in placeOutgoingCall()
1160 Log.pii(uriHandle), Log.pii(handle)); in placeOutgoingCall()
1163 call.setHandle(uriHandle); in placeOutgoingCall()