HomeSort by relevance Sort by last modified time
    Searched defs:numberPresentation (Results 1 - 15 of 15) 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 34 public final int numberPresentation;
93 public PhoneCallDetails(CharSequence number, int numberPresentation,
96 this (number, numberPresentation, formattedNumber, countryIso, geocode,
101 public PhoneCallDetails(CharSequence number, int numberPresentation,
105 this(number, numberPresentation, formattedNumber, countryIso, geocode, callTypes, date,
111 public PhoneCallDetails(CharSequence number, int numberPresentation,
118 this.numberPresentation = numberPresentation;
CallDetailActivity.java 418 final int numberPresentation = firstDetails.numberPresentation;
425 PhoneNumberUtilsWrapper.canPlaceCallsTo(mNumber, numberPresentation);
437 firstDetails.numberPresentation,
488 firstDetails.numberPresentation,
534 final int numberPresentation = callCursor.getInt(
562 PhoneNumberUtilsWrapper.canPlaceCallsTo(number, numberPresentation)
568 numberPresentation, null);
589 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 127 newCall.numberPresentation).toString();
221 public final int numberPresentation;
226 int numberPresentation, String accountComponentName, String accountId) {
230 this.numberPresentation = numberPresentation;
CallLogAdapter.java 649 final int numberPresentation = c.getInt(CallLogQuery.NUMBER_PRESENTATION);
679 views.numberPresentation = numberPresentation;
697 if (PhoneNumberUtilsWrapper.canPlaceCallsTo(number, numberPresentation)) {
724 if (!PhoneNumberUtilsWrapper.canPlaceCallsTo(number, numberPresentation)
788 details = new PhoneCallDetails(number, numberPresentation, formattedNumber, countryIso,
792 details = new PhoneCallDetails(number, numberPresentation, formattedNumber, countryIso,
    [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;
523 .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 423 int numberPresentation = PRESENTATION_ALLOWED;
431 numberPresentation = PRESENTATION_RESTRICTED;
433 numberPresentation = PRESENTATION_PAYPHONE;
436 numberPresentation = PRESENTATION_UNKNOWN;
438 if (numberPresentation != PRESENTATION_ALLOWED) {
456 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 300 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown 3=Payphone */
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 603 milliseconds