Searched refs:getHandlePresentation (Results 1 – 8 of 8) sorted by relevance
194 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()
987 switch (getHandlePresentation()) { in getDescription()1323 public int getHandlePresentation() { in getHandlePresentation() method in Call2192 setHandle(conference.getHandle(), conference.getHandlePresentation()); in handleCreateConferenceSuccess()2225 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess()
377 paramBuilder.setPresentation(call.getHandlePresentation()); in logCall()
3561 parcelableConference.getHandlePresentation());4486 call.setHandle(connection.getHandle(), connection.getHandlePresentation());
497 parcelableConference.getHandlePresentation()) in addConferenceCall()
70 int presentation = mCall.getHandlePresentation(); in startFilterLookup()102 int presentation = mCall.getHandlePresentation(); in getBlockStatus()
152 when(mCall.getHandlePresentation()).thenReturn(TelecomManager.PRESENTATION_ALLOWED); in setEnhancedBlockingEnabled()
917 return telecomCall == null ? -1 : telecomCall.getDetails().getHandlePresentation(); in getNumberPresentation()