Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java94 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation()); in testImsConnectionSanity()
108 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, mConnectionUT.getNumberPresentation()); in testImsConnectionSanity()
160 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation()); in testUpdateAddressDisplay()
172 mConnectionUT.getNumberPresentation()); in testUpdateAddressDisplay()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaConnectionTest.java82 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, connection.getNumberPresentation()); in testSanityGSM()
99 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, connection.getNumberPresentation()); in testSanityCDMA()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java539 public abstract int getNumberPresentation(); in getNumberPresentation() method in Connection
883 .append(" pres.: " + getNumberPresentation()) in toString()
DGsmCdmaConnection.java1051 public int getNumberPresentation() { in getNumberPresentation() method in GsmCdmaConnection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalConnection.java138 public int getNumberPresentation() { in getNumberPresentation() method in ImsExternalConnection
DImsPhoneConnection.java584 public int getNumberPresentation() { in getNumberPresentation() method in ImsPhoneConnection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipConnectionBase.java160 public int getNumberPresentation() { in getNumberPresentation() method in SipConnectionBase
DSipPhone.java849 public int getNumberPresentation() { in getNumberPresentation() method in SipPhone.SipConnection