/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaCallWaitingNotification.java | 65 case 2: return PhoneConstants.PRESENTATION_UNKNOWN; in presentationFromCLIP() 69 return PhoneConstants.PRESENTATION_UNKNOWN; in presentationFromCLIP()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | PhoneConstants.java | 95 public static final int PRESENTATION_UNKNOWN = 3; // no specified or unknown by network field in PhoneConstants
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableConference.java | 49 private int mAddressPresentation = TelecomManager.PRESENTATION_UNKNOWN; 51 private int mCallerDisplayNamePresentation = TelecomManager.PRESENTATION_UNKNOWN;;
|
D | TelecomManager.java | 1039 public static final int PRESENTATION_UNKNOWN = 3; field in TelecomManager 1075 value = {PRESENTATION_ALLOWED, PRESENTATION_RESTRICTED, PRESENTATION_UNKNOWN,
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallProfile.java | 1010 case PhoneConstants.PRESENTATION_UNKNOWN: in presentationToOIR() 1045 return PhoneConstants.PRESENTATION_UNKNOWN; in OIRToPresentation() 1047 return PhoneConstants.PRESENTATION_UNKNOWN; in OIRToPresentation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | DriverCall.java | 183 case 2: return PhoneConstants.PRESENTATION_UNKNOWN; in presentationFromCLIP()
|
D | SrvccConnection.java | 114 mNamePresentation = PhoneConstants.PRESENTATION_UNKNOWN; in SrvccConnection()
|
D | RILUtils.java | 5659 case PhoneConstants.PRESENTATION_UNKNOWN: in convertPresentation() 5660 return android.hardware.radio.voice.Call.PRESENTATION_UNKNOWN; in convertPresentation()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnectionTest.java | 143 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation()); in testImsIncomingConnectionCorrectness() 144 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getCnapNamePresentation()); in testImsIncomingConnectionCorrectness() 222 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation()); in testUpdateAddressDisplay() 223 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getCnapNamePresentation()); in testUpdateAddressDisplay()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 414 private int mPresentation = TelecomManager.PRESENTATION_UNKNOWN; 1037 public static final int PRESENTATION_UNKNOWN = 3; field in CallLog.Calls 2192 || presentation == TelecomManager.PRESENTATION_UNKNOWN) { in getLogNumberPresentation() 2193 return PRESENTATION_UNKNOWN; in getLogNumberPresentation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 230 mNumberPresentation = PhoneConstants.PRESENTATION_UNKNOWN; in ImsPhoneConnection() 231 mCnapNamePresentation = PhoneConstants.PRESENTATION_UNKNOWN; in ImsPhoneConnection()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 23618 field public static final int PRESENTATION_UNKNOWN = 3; // 0x3 28185 field public static final int PRESENTATION_UNKNOWN = 3; // 0x3
|
/frameworks/base/core/api/ |
D | current.txt | 35803 field public static final int PRESENTATION_UNKNOWN = 3; // 0x3 43355 field public static final int PRESENTATION_UNKNOWN = 3; // 0x3
|