Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java148 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ? in toParcelableCall()
171 call.getHandlePresentation(), in toParcelableCall()
DCall.java691 switch (getHandlePresentation()) { in getDescription()
916 int getHandlePresentation() { in getHandlePresentation() method in Call
1502 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess()
DCallLogManager.java231 call.getHandlePresentation(), callLogType, callFeatures, accountHandle, in logCall()
DCallsManager.java2730 call.setHandle(connection.getHandle(), connection.getHandlePresentation()); in createCallForExistingConnection()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java689 return mTelecomCall == null ? -1 : mTelecomCall.getDetails().getHandlePresentation(); in getNumberPresentation()