Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java199 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ? in toParcelableCall()
244 .setHandlePresentation(call.getHandlePresentation()) in toParcelableCall()
294 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ? in toParcelableCallForScreening()
321 .setHandlePresentation(call.getHandlePresentation()) in toParcelableCallForScreening()
DCallLogManager.java417 paramBuilder.setPresentation(call.getHandlePresentation()); in logCall()
449 + call.getHandlePresentation()); in logCall()
DConnectionServiceWrapper.java588 parcelableConference.getHandlePresentation()) in addConferenceCall()
1072 connection.getHandlePresentation(), in addExistingConnection()
1099 if (connection.getHandlePresentation() != in addExistingConnection()
1100 alreadyAddedConnection.getHandlePresentation()) { in addExistingConnection()
1102 connection.getHandlePresentation()); in addExistingConnection()
DCall.java1249 switch (getHandlePresentation()) { in getDescription()
1625 public int getHandlePresentation() { in getHandlePresentation() method in Call
2684 setHandle(conference.getHandle(), conference.getHandlePresentation()); in handleCreateConferenceSuccess()
2718 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess()
DCallsManager.java4805 parcelableConference.getHandlePresentation());
5875 call.setHandle(connection.getHandle(), connection.getHandlePresentation());
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DBlockCheckerFilter.java135 int presentation = mCall.getHandlePresentation(); in startFilterLookup()
170 presentation = mCall.getHandlePresentation(); in getBlockStatus()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBlockCheckerFilterTest.java153 when(mCall.getHandlePresentation()).thenReturn(TelecomManager.PRESENTATION_ALLOWED); in setEnhancedBlockingEnabled()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java917 return telecomCall == null ? -1 : telecomCall.getDetails().getHandlePresentation(); in getNumberPresentation()