/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaCallWaitingNotification.java | 30 public int numberPresentation = 0; 45 + " numberPresentation: " + numberPresentation
|
CdmaConnection.java | 122 mNumberPresentation = dc.numberPresentation; 177 mNumberPresentation = cw.numberPresentation; 482 mNumberPresentation = dc.numberPresentation;
|
/packages/apps/Dialer/src/com/android/dialer/ |
PhoneCallDetails.java | 33 public int numberPresentation; 106 int numberPresentation, 110 this.numberPresentation = numberPresentation; 116 this.numberPresentation,
|
CallDetailActivity.java | 113 final int numberPresentation = firstDetails.numberPresentation; 120 PhoneNumberUtil.canPlaceCallsTo(mNumber, numberPresentation);
|
/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); 123 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN; 131 if (ci.numberPresentation == TelecomManager.PRESENTATION_ALLOWED 132 || (ci.numberPresentation != presentation 137 ci.numberPresentation = TelecomManager.PRESENTATION_RESTRICTED; 140 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN; 143 + "; 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...] |
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogAsyncTaskUtil.java | 145 final int numberPresentation = 157 PhoneNumberUtil.canPlaceCallsTo(number, numberPresentation) && !isVoicemail; 162 context, number, numberPresentation, info.formattedNumber, isVoicemail);
|
DefaultVoicemailNotifier.java | 132 newCall.numberPresentation, 218 public final int numberPresentation; 227 int numberPresentation, 234 this.numberPresentation = numberPresentation;
|
CallLogAdapter.java | 231 if (!PhoneNumberUtil.canPlaceCallsTo(vh.number, vh.numberPresentation) 476 final int numberPresentation = c.getInt(CallLogQuery.NUMBER_PRESENTATION); 489 if (PhoneNumberUtil.canPlaceCallsTo(number, numberPresentation) && !isVoicemailNumber) { 497 mContext, number, numberPresentation, formattedNumber, isVoicemailNumber); 529 views.numberPresentation = numberPresentation;
|
CallLogListItemViewHolder.java | 106 public int numberPresentation; 265 PhoneNumberUtil.canPlaceCallsTo(number, numberPresentation); 296 boolean canPlaceCallToNumber = PhoneNumberUtil.canPlaceCallsTo(number, numberPresentation);
|
/packages/services/Telephony/tests/src/com/android/phone/ |
CnapTest.java | 62 assertEquals(PRESENTATION_UNKNOWN, mCallerInfo.numberPresentation);
|
/packages/providers/CallLogProvider/src/com/android/providers/calllogbackup/ |
CallLogBackupAgent.java | 69 int numberPresentation; 243 Calls.addCall(null /* CallerInfo */, this, call.number, call.numberPresentation, call.type, 311 call.numberPresentation = dataInput.readInt(); 348 call.numberPresentation = 371 data.writeInt(call.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 | 227 final int numberPresentation = callCursor.getInt( 229 if (numberPresentation != Calls.PRESENTATION_ALLOWED) { [all...] |
/frameworks/base/core/java/android/provider/ |
CallLog.java | 489 int numberPresentation = PRESENTATION_ALLOWED; 513 numberPresentation = PRESENTATION_RESTRICTED; 515 numberPresentation = PRESENTATION_PAYPHONE; 518 numberPresentation = PRESENTATION_UNKNOWN; 520 if (numberPresentation != PRESENTATION_ALLOWED) { 538 values.put(NUMBER_PRESENTATION, Integer.valueOf(numberPresentation));
|
/packages/services/Telephony/src/com/android/phone/ |
PhoneUtils.java | [all...] |
CallLogger.java | 204 presentation = callerInfo.numberPresentation;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
AtPhonebook.java | 555 int numberPresentation = Calls.PRESENTATION_ALLOWED; 557 numberPresentation = pbr.cursor.getInt(pbr.numberPresentationColumn); 559 if (numberPresentation != Calls.PRESENTATION_ALLOWED) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallerInfo.java | 89 public int numberPresentation; 636 .append("\nnumberPresentation: " + numberPresentation)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmConnection.java | 124 mNumberPresentation = dc.numberPresentation; 453 mNumberPresentation = dc.numberPresentation;
|
/hardware/ril/libril/ |
ril.cpp | [all...] |
/hardware/ril/include/telephony/ |
ril.h | 302 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown 3=Payphone */ [all...] |