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

  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 33 public final int numberPresentation;
95 public PhoneCallDetails(CharSequence number, int numberPresentation,
98 this (number, numberPresentation, formattedNumber, countryIso, geocode,
103 public PhoneCallDetails(CharSequence number, int numberPresentation,
107 this(number, numberPresentation, formattedNumber, countryIso, geocode,
113 public PhoneCallDetails(CharSequence number, int numberPresentation,
120 this.numberPresentation = numberPresentation;
PhoneCallDetailsHelper.java 116 details.numberPresentation, details.formattedNumber);
184 details.numberPresentation, details.formattedNumber);
207 mPhoneNumberHelper.getDisplayNumber(details.number, details.numberPresentation,
CallDetailActivity.java 418 final int numberPresentation = firstDetails.numberPresentation;
424 PhoneNumberUtilsWrapper.canPlaceCallsTo(mNumber, numberPresentation);
433 firstDetails.numberPresentation,
483 firstDetails.numberPresentation,
529 final int numberPresentation = callCursor.getInt(
558 PhoneNumberUtilsWrapper.canPlaceCallsTo(number, numberPresentation)
564 numberPresentation, null);
585 return new PhoneCallDetails(number, numberPresentation,
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 44 if (info.numberPresentation == TelecomManager.PRESENTATION_ALLOWED) {
59 info.numberPresentation = call.getNumberPresentation();
70 number = modifyForSpecialCnapCases(context, info, number, info.numberPresentation);
112 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN;
120 if (ci.numberPresentation == TelecomManager.PRESENTATION_ALLOWED
121 || (ci.numberPresentation != presentation
126 ci.numberPresentation = TelecomManager.PRESENTATION_RESTRICTED;
129 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN;
132 + "; presentation now=" + ci.numberPresentation);
CallerInfo.java 83 public int numberPresentation;
529 .append("\nnumberPresentation: " + numberPresentation)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 30 public int numberPresentation = 0;
45 + " numberPresentation: " + numberPresentation
CdmaConnection.java 121 mNumberPresentation = dc.numberPresentation;
175 mNumberPresentation = cw.numberPresentation;
472 mNumberPresentation = dc.numberPresentation;
  /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 + ","
RIL.java     [all...]
  /frameworks/base/core/java/android/provider/
CallLog.java 422 int numberPresentation = PRESENTATION_ALLOWED;
430 numberPresentation = PRESENTATION_RESTRICTED;
432 numberPresentation = PRESENTATION_PAYPHONE;
435 numberPresentation = PRESENTATION_UNKNOWN;
437 if (numberPresentation != PRESENTATION_ALLOWED) {
455 values.put(NUMBER_PRESENTATION, Integer.valueOf(numberPresentation));
  /packages/services/Telephony/tests/src/com/android/phone/
CnapTest.java 62 assertEquals(PRESENTATION_UNKNOWN, mCallerInfo.numberPresentation);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
DefaultVoicemailNotifier.java 122 newCall.numberPresentation).toString();
216 public final int numberPresentation;
219 int numberPresentation) {
223 this.numberPresentation = numberPresentation;
CallLogListItemViews.java 78 public int numberPresentation;
CallLogAdapter.java 637 final int numberPresentation = c.getInt(CallLogQuery.NUMBER_PRESENTATION);
669 views.numberPresentation = numberPresentation;
688 if (PhoneNumberUtilsWrapper.canPlaceCallsTo(number, numberPresentation)) {
709 if (!PhoneNumberUtilsWrapper.canPlaceCallsTo(number, numberPresentation)
772 details = new PhoneCallDetails(number, numberPresentation,
776 details = new PhoneCallDetails(number, numberPresentation,
798 details.numberPresentation, details.formattedNumber).toString();
    [all...]
CallLogListItemHelper.java 226 details.number, details.numberPresentation, details.formattedNumber);
  /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) {
BluetoothPbapVcardManager.java 226 final int numberPresentation = callCursor.getInt(
228 if (numberPresentation != Calls.PRESENTATION_ALLOWED) {
    [all...]
  /hardware/ril/include/telephony/
ril.h 228 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown 3=Payphone */
683 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown */
690 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown */
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 553 int numberPresentation = Calls.PRESENTATION_ALLOWED;
555 numberPresentation = pbr.cursor.getInt(pbr.numberPresentationColumn);
557 if (numberPresentation != Calls.PRESENTATION_ALLOWED) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 88 public int numberPresentation;
628 .append("\nnumberPresentation: " + numberPresentation)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 123 mNumberPresentation = dc.numberPresentation;
441 mNumberPresentation = dc.numberPresentation;
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 452 milliseconds