/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | DriverCall.java | 114 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in fromCLCCLine() 181 case 0: return PhoneConstants.PRESENTATION_ALLOWED; in presentationFromCLIP()
|
D | Connection.java | 209 protected int mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED; 221 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
|
D | GsmCdmaConnection.java | 202 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED; in GsmCdmaConnection() 203 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in GsmCdmaConnection()
|
D | TelephonyTester.java | 553 c.setAddress(newNumber, PhoneConstants.PRESENTATION_ALLOWED); in testChangeNumber()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsExternalConnection.java | 91 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsExternalConnection() 246 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED; in setExternalConnectionAddress()
|
D | ImsPhoneConnection.java | 263 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection() 264 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection() 302 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection() 303 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection()
|
D | ImsPhoneCallTracker.java | 1970 if (PhoneConstants.PRESENTATION_ALLOWED == connection.getNumberPresentation()) { in cacheConnectionTimeWithPhoneNumber() 1990 if (PhoneConstants.PRESENTATION_ALLOWED == participant.getParticipantPresentation()) { in findConnectionTimeUsePhoneNumber()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaCallWaitingNotification.java | 63 case 0: return PhoneConstants.PRESENTATION_ALLOWED; in presentationFromCLIP()
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ConferenceParticipant.java | 171 return PhoneConstants.PRESENTATION_ALLOWED; in getParticipantPresentation() 181 return PhoneConstants.PRESENTATION_ALLOWED; in getParticipantPresentation()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | PhoneConstants.java | 91 public static final int PRESENTATION_ALLOWED = 1; // normal field in PhoneConstants
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipConnectionBase.java | 162 return PhoneConstants.PRESENTATION_ALLOWED; in getNumberPresentation()
|
D | SipPhone.java | 869 return PhoneConstants.PRESENTATION_ALLOWED; in getNumberPresentation()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaConnectionTest.java | 112 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, connection.getNumberPresentation()); in testSanityGSM() 130 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, connection.getNumberPresentation()); in testSanityCDMA()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallProfile.java | 986 case PhoneConstants.PRESENTATION_ALLOWED: in presentationToOIR() 1017 return PhoneConstants.PRESENTATION_ALLOWED; in OIRToPresentation()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnectionTest.java | 145 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, mConnectionUT.getNumberPresentation()); in testImsIncomingConnectionCorrectness() 146 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, mConnectionUT.getCnapNamePresentation()); in testImsIncomingConnectionCorrectness()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 902 public static final int PRESENTATION_ALLOWED = 1; field in CallLog.Calls 1625 if (numberPresentation != PRESENTATION_ALLOWED) { in addCall() 2017 return PRESENTATION_ALLOWED; in getLogNumberPresentation()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | TelecomManager.java | 973 public static final int PRESENTATION_ALLOWED = 1; field in TelecomManager 1005 value = {PRESENTATION_ALLOWED, PRESENTATION_RESTRICTED, PRESENTATION_UNKNOWN,
|
/frameworks/base/core/api/ |
D | current.txt | 33696 field public static final int PRESENTATION_ALLOWED = 1; // 0x1 40414 field public static final int PRESENTATION_ALLOWED = 1; // 0x1
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 23615 field public static final int PRESENTATION_ALLOWED = 1; // 0x1 28182 field public static final int PRESENTATION_ALLOWED = 1; // 0x1
|