Home
last modified time | relevance | path

Searched refs:getNumberPresentation (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java102 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation()); in testImsIncomingConnectionCorrectness()
118 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, mConnectionUT.getNumberPresentation()); in testImsIncomingConnectionCorrectness()
170 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation()); in testUpdateAddressDisplay()
182 mConnectionUT.getNumberPresentation()); in testUpdateAddressDisplay()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaConnectionTest.java104 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, connection.getNumberPresentation()); in testSanityGSM()
122 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, connection.getNumberPresentation()); in testSanityCDMA()
DConnectionTest.java95 public int getNumberPresentation() { in getNumberPresentation() method in ConnectionTest.TestConnection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipConnectionBase.java159 public int getNumberPresentation() { in getNumberPresentation() method in SipConnectionBase
DSipPhone.java864 public int getNumberPresentation() { in getNumberPresentation() method in SipPhone.SipConnection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalConnection.java168 public int getNumberPresentation() { in getNumberPresentation() method in ImsExternalConnection
DImsPhoneConnection.java750 public int getNumberPresentation() { in getNumberPresentation() method in ImsPhoneConnection
DImsPhoneCallTracker.java1796 if (PhoneConstants.PRESENTATION_ALLOWED == connection.getNumberPresentation()) { in cacheConnectionTimeWithPhoneNumber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java794 public abstract int getNumberPresentation(); in getNumberPresentation() method in Connection
1393 .append(" pres.: " + getNumberPresentation()) in toString()
DGsmCdmaConnection.java1175 public int getNumberPresentation() { in getNumberPresentation() method in GsmCdmaConnection