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/callfiltering/
DBlockCheckerFilter.java125 int presentation = mCall.getHandlePresentation(); in startFilterLookup()
160 presentation = mCall.getHandlePresentation(); in getBlockStatus()
/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()
293 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ? in toParcelableCallForScreening()
320 .setHandlePresentation(call.getHandlePresentation()) in toParcelableCallForScreening()
DCallLogManager.java417 paramBuilder.setPresentation(call.getHandlePresentation()); in logCall()
449 + call.getHandlePresentation()); in logCall()
DConnectionServiceWrapper.java584 parcelableConference.getHandlePresentation()) in addConferenceCall()
1068 connection.getHandlePresentation(), in addExistingConnection()
1095 if (connection.getHandlePresentation() != in addExistingConnection()
1096 alreadyAddedConnection.getHandlePresentation()) { in addExistingConnection()
1098 connection.getHandlePresentation()); in addExistingConnection()
DCall.java1180 switch (getHandlePresentation()) { in getDescription()
1556 public int getHandlePresentation() { in getHandlePresentation() method in Call
2590 setHandle(conference.getHandle(), conference.getHandlePresentation()); in handleCreateConferenceSuccess()
2624 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess()
DCallsManager.java4524 parcelableConference.getHandlePresentation());
5582 call.setHandle(connection.getHandle(), connection.getHandlePresentation());
/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()