Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java95 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getCnapNamePresentation()); in testImsConnectionSanity()
109 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, mConnectionUT.getCnapNamePresentation()); in testImsConnectionSanity()
161 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getCnapNamePresentation()); in testUpdateAddressDisplay()
169 mConnectionUT.getCnapNamePresentation()); in testUpdateAddressDisplay()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java243 public int getCnapNamePresentation() { in getCnapNamePresentation() method in Connection
887 .append("(" + getCnapNamePresentation() + ")"); in toString()