Home
last modified time | relevance | path

Searched refs:OIRToPresentation (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java182 mNumberPresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
184 mCnapNamePresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
803 int nump = ImsCallProfile.OIRToPresentation( in updateAddressDisplay()
805 int namep = ImsCallProfile.OIRToPresentation( in updateAddressDisplay()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java168 assertEquals(ImsCallProfile.OIRToPresentation(ImsCallProfile.OIR_PRESENTATION_PAYPHONE), in testUpdateAddressDisplay()
170 assertEquals(ImsCallProfile.OIRToPresentation( in testUpdateAddressDisplay()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java601 public static int OIRToPresentation(int oir) { in OIRToPresentation() method in ImsCallProfile