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.java103 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getCnapNamePresentation()); in testImsIncomingConnectionCorrectness()
119 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, mConnectionUT.getCnapNamePresentation()); in testImsIncomingConnectionCorrectness()
171 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getCnapNamePresentation()); in testUpdateAddressDisplay()
179 mConnectionUT.getCnapNamePresentation()); in testUpdateAddressDisplay()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java368 public int getCnapNamePresentation() { in getCnapNamePresentation() method in Connection
1397 .append("(" + getCnapNamePresentation() + ")"); in toString()