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.java194 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ? in toParcelableCall()
237 .setHandlePresentation(call.getHandlePresentation()) in toParcelableCall()
285 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ? in toParcelableCallForScreening()
312 .setHandlePresentation(call.getHandlePresentation()) in toParcelableCallForScreening()
DCall.java987 switch (getHandlePresentation()) { in getDescription()
1323 public int getHandlePresentation() { in getHandlePresentation() method in Call
2192 setHandle(conference.getHandle(), conference.getHandlePresentation()); in handleCreateConferenceSuccess()
2225 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess()
DCallLogManager.java377 paramBuilder.setPresentation(call.getHandlePresentation()); in logCall()
DCallsManager.java3561 parcelableConference.getHandlePresentation());
4486 call.setHandle(connection.getHandle(), connection.getHandlePresentation());
DConnectionServiceWrapper.java497 parcelableConference.getHandlePresentation()) in addConferenceCall()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DBlockCheckerFilter.java70 int presentation = mCall.getHandlePresentation(); in startFilterLookup()
102 int presentation = mCall.getHandlePresentation(); in getBlockStatus()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBlockCheckerFilterTest.java152 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()