Searched refs:getHandlePresentation (Results 1 – 8 of 8) sorted by relevance
199 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()
417 paramBuilder.setPresentation(call.getHandlePresentation()); in logCall()449 + call.getHandlePresentation()); in logCall()
588 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()
1249 switch (getHandlePresentation()) { in getDescription()1625 public int getHandlePresentation() { in getHandlePresentation() method in Call2684 setHandle(conference.getHandle(), conference.getHandlePresentation()); in handleCreateConferenceSuccess()2718 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess()
4805 parcelableConference.getHandlePresentation());5875 call.setHandle(connection.getHandle(), connection.getHandlePresentation());
135 int presentation = mCall.getHandlePresentation(); in startFilterLookup()170 presentation = mCall.getHandlePresentation(); in getBlockStatus()
153 when(mCall.getHandlePresentation()).thenReturn(TelecomManager.PRESENTATION_ALLOWED); in setEnhancedBlockingEnabled()
917 return telecomCall == null ? -1 : telecomCall.getDetails().getHandlePresentation(); in getNumberPresentation()