Home
last modified time | relevance | path

Searched defs: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()
105 (callerId, callerIdPresentation) -> { in addCustomizedIncomingCallWithDialog() argument
122 void addCustomizedOutgoingCall(String callerId, int callerIdPresentation) { in addCustomizedOutgoingCall()
132 (callerId, callerIdPresentation) -> { in addCustomizedOutgoingCallWithDialog() argument
DSimulatorDialogFragment.java90 void createCustomizedCall(String callerId, int callerIdPresentation); in createCustomizedCall()