Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSrvccConnection.java154 mNumPresentation = c.getNumberPresentation(); in initialize()
226 public int getNumberPresentation() { in getNumberPresentation() method in SrvccConnection
254 sb.append(", numberPresentation:").append(getNumberPresentation()); in toString()
DConnection.java952 public abstract int getNumberPresentation(); in getNumberPresentation() method in Connection
1561 .append(" pres.: " + getNumberPresentation()) in toString()
DGsmCdmaConnection.java1212 public int getNumberPresentation() { in getNumberPresentation() method in GsmCdmaConnection
DRILUtils.java5566 convertPresentation(srvccConnections[i].getNumberPresentation()); in convertToHalSrvccCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java143 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation()); in testImsIncomingConnectionCorrectness()
160 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, mConnectionUT.getNumberPresentation()); in testImsIncomingConnectionCorrectness()
222 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation()); in testUpdateAddressDisplay()
234 mConnectionUT.getNumberPresentation()); in testUpdateAddressDisplay()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalConnection.java169 public int getNumberPresentation() { in getNumberPresentation() method in ImsExternalConnection
DImsPhoneConnection.java795 public int getNumberPresentation() { in getNumberPresentation() method in ImsPhoneConnection
DImsPhoneCallTracker.java2458 if (PhoneConstants.PRESENTATION_ALLOWED == connection.getNumberPresentation()) { in cacheConnectionTimeWithPhoneNumber()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaConnectionTest.java112 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, connection.getNumberPresentation()); in testSanityGSM()
130 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, connection.getNumberPresentation()); in testSanityCDMA()
DConnectionTest.java108 public int getNumberPresentation() { in getNumberPresentation() method in ConnectionTest.TestConnection