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.java192 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ? in toParcelableCall()
235 .setHandlePresentation(call.getHandlePresentation()) in toParcelableCall()
283 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ? in toParcelableCallForScreening()
310 .setHandlePresentation(call.getHandlePresentation()) in toParcelableCallForScreening()
DCallLogManager.java358 call.getHandlePresentation(), callLogType, callFeatures, accountHandle, in logCall()
365 call.getHandlePresentation(), callLogType, callFeatures, accountHandle, in logCall()
DCall.java879 switch (getHandlePresentation()) { in getDescription()
1176 public int getHandlePresentation() { in getHandlePresentation() method in Call
1971 setHandle(conference.getHandle(), conference.getHandlePresentation()); in handleCreateConferenceSuccess()
2004 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess()
DCallsManager.java3332 parcelableConference.getHandlePresentation());
4215 call.setHandle(connection.getHandle(), connection.getHandlePresentation());
DConnectionServiceWrapper.java486 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()