Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java108 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ? in toParcelableCall()
128 call.getHandlePresentation(), in toParcelableCall()
DCallLogManager.java214 call.getHandlePresentation(), callLogType, callFeatures, accountHandle, in logCall()
DCall.java722 int getHandlePresentation() { in getHandlePresentation() method in Call
1108 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCall.java651 return mTelecomCall == null ? null : mTelecomCall.getDetails().getHandlePresentation(); in getNumberPresentation()