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

  /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;
PhoneCallDetailsHelper.java 131 details.numberPresentation, details.formattedNumber);
200 details.number, details.numberPresentation, details.formattedNumber);
224 details.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/cdma/
CdmaCallWaitingNotification.java 30 public int numberPresentation = 0;
45 + " numberPresentation: " + numberPresentation
CdmaConnection.java 121 mNumberPresentation = dc.numberPresentation;
175 mNumberPresentation = cw.numberPresentation;
478 mNumberPresentation = dc.numberPresentation;
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 45 if (info.numberPresentation == TelecomManager.PRESENTATION_ALLOWED) {
60 info.numberPresentation = call.getNumberPresentation();
71 number = modifyForSpecialCnapCases(context, info, number, info.numberPresentation);
121 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN;
129 if (ci.numberPresentation == TelecomManager.PRESENTATION_ALLOWED
130 || (ci.numberPresentation != presentation
135 ci.numberPresentation = TelecomManager.PRESENTATION_RESTRICTED;
138 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN;
141 + "; presentation now=" + ci.numberPresentation);
CallerInfo.java 83 public int numberPresentation;
523 .append("\nnumberPresentation: " + 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 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/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 127 newCall.numberPresentation).toString();
221 public final int numberPresentation;
226 int numberPresentation, String accountComponentName, String accountId) {
230 this.numberPresentation = numberPresentation;
CallLogListItemViews.java 78 public int 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...]
CallLogListItemHelper.java 258 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 300 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown 3=Payphone */
    [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;
450 mNumberPresentation = dc.numberPresentation;
  /hardware/ril/libril/
ril.cpp     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 420 milliseconds