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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 30 public int numberPresentation = 0;
45 + " numberPresentation: " + numberPresentation
  /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;
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...]
  /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 + ","
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViews.java 78 public int numberPresentation;
DefaultVoicemailNotifier.java 122 newCall.numberPresentation).toString();
216 public final int numberPresentation;
219 int numberPresentation) {
223 this.numberPresentation = 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...]
  /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...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 83 public int numberPresentation;
529 .append("\nnumberPresentation: " + numberPresentation)
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 88 public int numberPresentation;
628 .append("\nnumberPresentation: " + numberPresentation)
  /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/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) {
  /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...]

Completed in 220 milliseconds