Searched refs:PRESENTATION_CHOICE (Results 1 – 3 of 3) sorted by relevance
97 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedIncomingCall()107 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedIncomingCallWithDialog()124 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedOutgoingCall()134 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedOutgoingCallWithDialog()
93 .getInt(Simulator.PRESENTATION_CHOICE, TelecomManager.PRESENTATION_ALLOWED)); in onCreateOutgoingConnection()134 .getInt(Simulator.PRESENTATION_CHOICE, TelecomManager.PRESENTATION_ALLOWED)); in onCreateIncomingConnection()
65 PRESENTATION_CHOICE,71 public final String PRESENTATION_CHOICE = "PRESENTATIONCHOICE"; field