Home
last modified time | relevance | path

Searched refs:callerIdPresentation (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorVoiceCall.java95 void addCustomizedIncomingCall(String callerId, int callerIdPresentation) { in addCustomizedIncomingCall() argument
97 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedIncomingCall()
105 (callerId, callerIdPresentation) -> { in addCustomizedIncomingCallWithDialog() argument
107 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedIncomingCallWithDialog()
122 void addCustomizedOutgoingCall(String callerId, int callerIdPresentation) { in addCustomizedOutgoingCall() argument
124 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedOutgoingCall()
132 (callerId, callerIdPresentation) -> { in addCustomizedOutgoingCallWithDialog() argument
134 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedOutgoingCallWithDialog()
DSimulatorDialogFragment.java90 void createCustomizedCall(String callerId, int callerIdPresentation); in createCustomizedCall() argument