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.java194 mNumberPresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
196 mCnapNamePresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
908 int nump = ImsCallProfile.OIRToPresentation( in updateAddressDisplay()
910 int namep = ImsCallProfile.OIRToPresentation( in updateAddressDisplay()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java178 assertEquals(ImsCallProfile.OIRToPresentation(ImsCallProfile.OIR_PRESENTATION_PAYPHONE), in testUpdateAddressDisplay()
180 assertEquals(ImsCallProfile.OIRToPresentation( in testUpdateAddressDisplay()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java858 public static int OIRToPresentation(int oir) { in OIRToPresentation() method in ImsCallProfile