Home
last modified time | relevance | path

Searched refs:presentationFromCLIP (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java60 presentationFromCLIP(int cli) in presentationFromCLIP() method in CdmaCallWaitingNotification
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDriverCall.java178 presentationFromCLIP(int cli) throws ATParseEx in presentationFromCLIP() method in DriverCall
H A DRadioResponse.java2295 dc.numberPresentation = DriverCall.presentationFromCLIP((int) (call.numberPresentation)); in convertToDriverCall()
2297 dc.namePresentation = DriverCall.presentationFromCLIP((int) (call.namePresentation)); in convertToDriverCall()
H A DRadioIndication.java600 notification.numberPresentation = CdmaCallWaitingNotification.presentationFromCLIP( in cdmaCallWaiting()