/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaCallWaitingNotification.java | 30 public int numberPresentation = 0; 45 + " numberPresentation: " + numberPresentation
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
CallerInfoUtils.java | 49 if (info.numberPresentation == TelecomManager.PRESENTATION_ALLOWED) { 64 info.numberPresentation = call.getNumberPresentation(); 76 number = modifyForSpecialCnapCases(context, info, number, info.numberPresentation); 153 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN; 161 if (ci.numberPresentation == TelecomManager.PRESENTATION_ALLOWED 162 || (ci.numberPresentation != presentation 167 ci.numberPresentation = TelecomManager.PRESENTATION_RESTRICTED; 170 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN; 173 + "; presentation now=" + ci.numberPresentation);
|
CallerInfo.java | 126 public int numberPresentation; 556 .append("\nnumberPresentation: " + numberPresentation)
|
/packages/apps/Dialer/src/com/android/dialer/ |
PhoneCallDetails.java | 43 public int numberPresentation; 126 int numberPresentation, 131 this.numberPresentation = numberPresentation; 138 this.numberPresentation,
|
CallDetailActivity.java | 168 PhoneNumberUtil.canPlaceCallsTo(mNumber, mDetails.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 + ","
|
GsmCdmaConnection.java | 136 mNumberPresentation = dc.numberPresentation; 209 mNumberPresentation = cw.numberPresentation; 633 mNumberPresentation = dc.numberPresentation; [all...] |
RIL.java | [all...] |
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogNotificationsHelper.java | 106 public String getName(@Nullable String number, int numberPresentation, 108 return getContactInfo(number, numberPresentation, countryIso).name; 117 public ContactInfo getContactInfo(@Nullable String number, int numberPresentation, 134 numberPresentation, 175 public final int numberPresentation; 186 int numberPresentation, 195 this.numberPresentation = numberPresentation;
|
CallLogAsyncTaskUtil.java | 196 final int numberPresentation = 208 PhoneNumberUtil.canPlaceCallsTo(number, numberPresentation) && !isVoicemail; 217 context, number, numberPresentation, info.formattedNumber,
|
CallLogListItemViewHolder.java | 140 public int numberPresentation; 333 if (PhoneNumberUtil.canPlaceCallsTo(number, numberPresentation) 458 if (PhoneNumberUtil.canPlaceCallsTo(number, numberPresentation)) { 487 boolean canPlaceCallToNumber = PhoneNumberUtil.canPlaceCallsTo(number, numberPresentation);
|
CallLogAdapter.java | 500 final int numberPresentation = c.getInt(CallLogQuery.NUMBER_PRESENTATION); 512 if (PhoneNumberUtil.canPlaceCallsTo(number, numberPresentation) && !isVoicemailNumber) { 521 mContext, number, numberPresentation, formattedNumber, 557 views.numberPresentation = numberPresentation; [all...] |
DefaultVoicemailNotifier.java | 138 newCall.numberPresentation, newCall.countryIso);
|
MissedCallNotifier.java | 108 useCallLog ? newestCall.numberPresentation
|
/packages/services/Telephony/tests/src/com/android/phone/ |
CnapTest.java | 62 assertEquals(PRESENTATION_UNKNOWN, mCallerInfo.numberPresentation);
|
/packages/providers/CallLogProvider/src/com/android/calllogbackup/ |
CallLogBackupAgent.java | 73 int numberPresentation; 264 call.numberPresentation, call.type, call.features, handle, call.date, 331 call.numberPresentation = dataInput.readInt(); 383 call.numberPresentation = 407 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 | 224 final int numberPresentation = callCursor.getInt( 226 if (numberPresentation != Calls.PRESENTATION_ALLOWED) { [all...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneUtils.java | [all...] |
CallLogger.java | 204 presentation = callerInfo.numberPresentation;
|
/frameworks/base/core/java/android/provider/ |
CallLog.java | 600 int numberPresentation = PRESENTATION_ALLOWED; 624 numberPresentation = PRESENTATION_RESTRICTED; 626 numberPresentation = PRESENTATION_PAYPHONE; 629 numberPresentation = PRESENTATION_UNKNOWN; 631 if (numberPresentation != PRESENTATION_ALLOWED) { 651 values.put(NUMBER_PRESENTATION, Integer.valueOf(numberPresentation)); [all...] |
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
CallLogAdapterTest.java | 139 assertEquals(Calls.PRESENTATION_RESTRICTED, mViewHolder.numberPresentation); 153 assertEquals(Calls.PRESENTATION_UNKNOWN, mViewHolder.numberPresentation); 344 if (holders[i].numberPresentation == Calls.PRESENTATION_ALLOWED) { 367 if (holders[i].numberPresentation == Calls.PRESENTATION_ALLOWED) { [all...] |
/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) {
|
/packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/ |
FillCallLogTestActivity.java | 568 int numberPresentation = Calls.PRESENTATION_ALLOWED; 581 if (numberPresentation != Calls.PRESENTATION_ALLOWED) { 596 values.put(Calls.NUMBER_PRESENTATION, Integer.valueOf(numberPresentation));
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallerInfo.java | 92 public int numberPresentation; 655 .append("\nnumberPresentation: " + numberPresentation)
|