HomeSort by relevance Sort by last modified time
    Searched refs:numberPresentation (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 30 public int numberPresentation = 0;
45 + " numberPresentation: " + numberPresentation
  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
PrimaryInfo.java 44 public final int numberPresentation;
83 int numberPresentation) {
99 this.numberPresentation = numberPresentation;
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfoUtils.java 66 if (info.numberPresentation == TelecomManager.PRESENTATION_ALLOWED) {
92 info.numberPresentation = call.getNumberPresentation();
106 number = modifyForSpecialCnapCases(context, info, number, info.numberPresentation);
197 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN;
205 if (ci.numberPresentation == TelecomManager.PRESENTATION_ALLOWED
206 || (ci.numberPresentation != presentation
211 ci.numberPresentation = TelecomManager.PRESENTATION_RESTRICTED;
214 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN;
221 + ci.numberPresentation);
CallerInfo.java 110 public int numberPresentation;
545 .append("\nnumberPresentation: " + numberPresentation)
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
PhoneCallDetails.java 43 public int numberPresentation;
139 CharSequence number, int numberPresentation, CharSequence postDialDigits) {
141 this.numberPresentation = numberPresentation;
191 context, number, numberPresentation, formattedNumber, postDialDigits, isVoicemail)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 49 public int numberPresentation;
72 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
115 /*+ "number=" + number */ + ",cli=" + numberPresentation + ","
GsmCdmaConnection.java 135 mNumberPresentation = dc.numberPresentation;
208 mNumberPresentation = cw.numberPresentation;
639 mNumberPresentation = dc.numberPresentation;
    [all...]
RadioIndication.java 429 notification.numberPresentation = CdmaCallWaitingNotification.presentationFromCLIP(
430 callWaitingRecord.numberPresentation);
432 notification.namePresentation = notification.numberPresentation;
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogNotificationsQueryHelper.java 163 @Nullable String number, int numberPresentation, @Nullable String countryIso) {
164 return getContactInfo(number, numberPresentation, countryIso).name;
173 @Nullable String number, int numberPresentation, @Nullable String countryIso) {
187 PhoneNumberDisplayUtil.getDisplayName(mContext, number, numberPresentation, false)
227 public final int numberPresentation;
238 int numberPresentation,
247 this.numberPresentation = numberPresentation;
VisualVoicemailUpdateTask.java 80 newCall.number, newCall.numberPresentation, newCall.countryIso);
CallLogAdapter.java     [all...]
CallLogListItemViewHolder.java 176 public int numberPresentation;
513 if (PhoneNumberHelper.canPlaceCallsTo(number, numberPresentation)) {
552 boolean canPlaceCallToNumber = PhoneNumberHelper.canPlaceCallsTo(number, numberPresentation);
    [all...]
MissedCallNotifier.java 152 call.number, call.numberPresentation, call.countryIso);
298 call.number, call.numberPresentation, call.countryIso);
  /packages/services/Telephony/tests/src/com/android/phone/
CnapTest.java 62 assertEquals(PRESENTATION_UNKNOWN, mCallerInfo.numberPresentation);
  /frameworks/base/core/java/android/provider/
CallLog.java 613 int numberPresentation = PRESENTATION_ALLOWED;
637 numberPresentation = PRESENTATION_RESTRICTED;
639 numberPresentation = PRESENTATION_PAYPHONE;
642 numberPresentation = PRESENTATION_UNKNOWN;
644 if (numberPresentation != PRESENTATION_ALLOWED) {
664 values.put(NUMBER_PRESENTATION, Integer.valueOf(numberPresentation));
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java     [all...]
CallLogger.java 204 presentation = callerInfo.numberPresentation;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 143 final int numberPresentation = mCursor.getInt(NUMBER_PRESENTATION_COLUMN_INDEX);
147 if (numberPresentation != Calls.PRESENTATION_ALLOWED) {
  /packages/providers/CallLogProvider/src/com/android/calllogbackup/
CallLogBackupAgent.java 73 int numberPresentation;
264 call.numberPresentation, call.type, call.features, handle, call.date,
331 call.numberPresentation = dataInput.readInt();
383 call.numberPresentation =
407 data.writeInt(call.numberPresentation);
  /packages/apps/Dialer/java/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 423 int numberPresentation,
431 } else if (numberPresentation == TelecomManager.PRESENTATION_RESTRICTED) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 554 int numberPresentation = Calls.PRESENTATION_ALLOWED;
556 numberPresentation = pbr.cursor.getInt(pbr.numberPresentationColumn);
558 if (numberPresentation != Calls.PRESENTATION_ALLOWED) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 92 public int numberPresentation;
656 .append("\nnumberPresentation: " + numberPresentation)
  /packages/apps/Dialer/java/com/android/incallui/contactgrid/
ContactGridManager.java 283 primaryInfo.numberPresentation,
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 147 && presentation == ccwi.numberPresentation) {
  /hardware/ril/include/telephony/
ril.h 432 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown 3=Payphone */
    [all...]

Completed in 1178 milliseconds

1 2