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.java95 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation()); in testImsConnectionSanity()
109 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, mConnectionUT.getNumberPresentation()); in testImsConnectionSanity()
161 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation()); in testUpdateAddressDisplay()
173 mConnectionUT.getNumberPresentation()); in testUpdateAddressDisplay()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DConnectionTest.java88 public int getNumberPresentation() { in getNumberPresentation() method in ConnectionTest.TestConnection
DGsmCdmaConnectionTest.java97 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, connection.getNumberPresentation()); in testSanityGSM()
115 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, connection.getNumberPresentation()); in testSanityCDMA()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipConnectionBase.java160 public int getNumberPresentation() { in getNumberPresentation() method in SipConnectionBase
DSipPhone.java850 public int getNumberPresentation() { in getNumberPresentation() method in SipPhone.SipConnection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalConnection.java157 public int getNumberPresentation() { in getNumberPresentation() method in ImsExternalConnection
DImsPhoneConnection.java668 public int getNumberPresentation() { in getNumberPresentation() method in ImsPhoneConnection
DImsPhoneCallTracker.java1352 if (PhoneConstants.PRESENTATION_ALLOWED == connection.getNumberPresentation()) { in cacheConnectionTimeWithPhoneNumber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java745 public abstract int getNumberPresentation(); in getNumberPresentation() method in Connection
1324 .append(" pres.: " + getNumberPresentation()) in toString()
DGsmCdmaConnection.java1164 public int getNumberPresentation() { in getNumberPresentation() method in GsmCdmaConnection