Searched refs:getHandlePresentation (Results 1 – 8 of 8) sorted by relevance
125 int presentation = mCall.getHandlePresentation(); in startFilterLookup()160 presentation = mCall.getHandlePresentation(); in getBlockStatus()
199 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()
417 paramBuilder.setPresentation(call.getHandlePresentation()); in logCall()449 + call.getHandlePresentation()); in logCall()
584 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()
1180 switch (getHandlePresentation()) { in getDescription()1556 public int getHandlePresentation() { in getHandlePresentation() method in Call2590 setHandle(conference.getHandle(), conference.getHandlePresentation()); in handleCreateConferenceSuccess()2624 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess()
4524 parcelableConference.getHandlePresentation());5582 call.setHandle(connection.getHandle(), connection.getHandlePresentation());
153 when(mCall.getHandlePresentation()).thenReturn(TelecomManager.PRESENTATION_ALLOWED); in setEnhancedBlockingEnabled()
917 return telecomCall == null ? -1 : telecomCall.getDetails().getHandlePresentation(); in getNumberPresentation()