Searched refs:callerIdPresentation (Results 1 – 2 of 2) sorted by relevance
95 void addCustomizedIncomingCall(String callerId, int callerIdPresentation) { in addCustomizedIncomingCall() argument97 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedIncomingCall()105 (callerId, callerIdPresentation) -> { in addCustomizedIncomingCallWithDialog() argument107 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedIncomingCallWithDialog()122 void addCustomizedOutgoingCall(String callerId, int callerIdPresentation) { in addCustomizedOutgoingCall() argument124 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedOutgoingCall()132 (callerId, callerIdPresentation) -> { in addCustomizedOutgoingCallWithDialog() argument134 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedOutgoingCallWithDialog()
90 void createCustomizedCall(String callerId, int callerIdPresentation); in createCustomizedCall() argument