/packages/apps/Dialer/java/com/android/incallui/ |
D | CallerInfoUtils.java | 66 if (info.numberPresentation == TelecomManager.PRESENTATION_ALLOWED) { in getCallerInfoForCall() 92 info.numberPresentation = call.getNumberPresentation(); in buildCallerInfo() 106 number = modifyForSpecialCnapCases(context, info, number, info.numberPresentation); in buildCallerInfo() 197 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN; in modifyForSpecialCnapCases() 205 if (ci.numberPresentation == TelecomManager.PRESENTATION_ALLOWED in modifyForSpecialCnapCases() 206 || (ci.numberPresentation != presentation in modifyForSpecialCnapCases() 211 ci.numberPresentation = TelecomManager.PRESENTATION_RESTRICTED; in modifyForSpecialCnapCases() 214 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN; in modifyForSpecialCnapCases() 221 + ci.numberPresentation); in modifyForSpecialCnapCases()
|
D | ContactInfoCache.java | 420 int numberPresentation, in updateCallerInfoInCacheOnAnyThread() argument 446 int presentationMode = numberPresentation; in updateCallerInfoInCacheOnAnyThread() 770 final int numberPresentation; field in ContactInfoCache.DialerCallCookieWrapper 773 DialerCallCookieWrapper(String callId, int numberPresentation, String cnapName) { in DialerCallCookieWrapper() argument 775 this.numberPresentation = numberPresentation; in DialerCallCookieWrapper() 801 updateCallerInfoInCacheOnAnyThread(cw.callId, cw.numberPresentation, ci, true, mQueryToken); in onDataLoaded()
|
D | CallerInfo.java | 110 public int numberPresentation; field in CallerInfo 545 .append("\nnumberPresentation: " + numberPresentation) in toString()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogNotificationsQueryHelper.java | 163 @Nullable String number, int numberPresentation, @Nullable String countryIso) { in getName() argument 164 return getContactInfo(number, numberPresentation, countryIso).name; in getName() 173 @Nullable String number, int numberPresentation, @Nullable String countryIso) { in getContactInfo() argument 187 PhoneNumberDisplayUtil.getDisplayName(mContext, number, numberPresentation, false) in getContactInfo() 227 public final int numberPresentation; field in CallLogNotificationsQueryHelper.NewCall 238 int numberPresentation, in NewCall() argument 247 this.numberPresentation = numberPresentation; in NewCall()
|
D | CallLogListItemViewHolder.java | 176 public int numberPresentation; field in CallLogListItemViewHolder 513 if (PhoneNumberHelper.canPlaceCallsTo(number, numberPresentation)) { in updatePrimaryActionButton() 552 boolean canPlaceCallToNumber = PhoneNumberHelper.canPlaceCallsTo(number, numberPresentation); in bindActionButtons() 810 numberPresentation, in getContactType() 1069 if (PhoneNumberHelper.canPlaceCallsTo(number, numberPresentation) in onCreateContextMenu()
|
D | CallLogAdapter.java | 937 final int numberPresentation = cursor.getInt(CallLogQuery.NUMBER_PRESENTATION); in createPhoneCallDetails() local 940 new PhoneCallDetails(number, numberPresentation, postDialDigits); in createPhoneCallDetails() 967 views.numberPresentation = numberPresentation; in createPhoneCallDetails() 1024 if (PhoneNumberHelper.canPlaceCallsTo(details.number, details.numberPresentation) in loadData()
|
D | MissedCallNotifier.java | 152 call.number, call.numberPresentation, call.countryIso); in updateMissedCallNotification() 298 call.number, call.numberPresentation, call.countryIso); in getNotificationForCall()
|
D | VisualVoicemailUpdateTask.java | 80 newCall.number, newCall.numberPresentation, newCall.countryIso); in updateNotification()
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneUtils.java | 1416 cit.currentInfo.numberPresentation = c.getNumberPresentation(); in startGetCallerInfo() 1423 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation); in startGetCallerInfo() 1431 cit.currentInfo.numberPresentation); in startGetCallerInfo() 1437 if (cit.currentInfo.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) { in startGetCallerInfo() 1493 cit.currentInfo.numberPresentation = c.getNumberPresentation(); in startGetCallerInfo() 1497 updatedNumber, cit.currentInfo.numberPresentation); in startGetCallerInfo() 1507 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation); in startGetCallerInfo() 1514 if (cit.currentInfo.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) { in startGetCallerInfo() 1531 cit.currentInfo.numberPresentation = c.getNumberPresentation(); in startGetCallerInfo() 1537 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation); in startGetCallerInfo() [all …]
|
D | CallLogger.java | 204 presentation = callerInfo.numberPresentation; in getPresentation()
|
/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
D | PhoneCallDetails.java | 43 public int numberPresentation; field in PhoneCallDetails 139 CharSequence number, int numberPresentation, CharSequence postDialDigits) { in PhoneCallDetails() argument 141 this.numberPresentation = numberPresentation; in PhoneCallDetails() 191 context, number, numberPresentation, formattedNumber, postDialDigits, isVoicemail) in updateDisplayNumber()
|
/packages/apps/Dialer/java/com/android/incallui/incall/protocol/ |
D | PrimaryInfo.java | 44 public final int numberPresentation; field in PrimaryInfo 83 int numberPresentation) { in PrimaryInfo() argument 99 this.numberPresentation = numberPresentation; in PrimaryInfo()
|
/packages/providers/CallLogProvider/src/com/android/calllogbackup/ |
D | CallLogBackupAgent.java | 73 int numberPresentation; field in CallLogBackupAgent.Call 264 call.numberPresentation, call.type, call.features, handle, call.date, in writeCallToProvider() 331 call.numberPresentation = dataInput.readInt(); in readCallFromData() 383 call.numberPresentation = in readCallFromCursor() 407 data.writeInt(call.numberPresentation); in addCallToBackup()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapCallLogComposer.java | 143 final int numberPresentation = mCursor.getInt(NUMBER_PRESENTATION_COLUMN_INDEX); in createOneCallLogEntryInternal() local 147 if (numberPresentation != Calls.PRESENTATION_ALLOWED) { in createOneCallLogEntryInternal()
|
D | BluetoothPbapVcardManager.java | 234 final int numberPresentation = callCursor.getInt( in loadCallHistoryList() local 236 if (numberPresentation != Calls.PRESENTATION_ALLOWED) { in loadCallHistoryList()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | AtPhonebook.java | 554 int numberPresentation = Calls.PRESENTATION_ALLOWED; in processCpbrCommand() local 556 numberPresentation = pbr.cursor.getInt(pbr.numberPresentationColumn); in processCpbrCommand() 558 if (numberPresentation != Calls.PRESENTATION_ALLOWED) { in processCpbrCommand()
|
/packages/apps/Dialer/java/com/android/contacts/common/lettertiles/ |
D | LetterTileDrawable.java | 423 int numberPresentation, in getContactTypeFromPrimitives() argument 431 } else if (numberPresentation == TelecomManager.PRESENTATION_RESTRICTED) { in getContactTypeFromPrimitives()
|
/packages/services/Telephony/tests/src/com/android/phone/ |
D | CnapTest.java | 62 assertEquals(PRESENTATION_UNKNOWN, mCallerInfo.numberPresentation); in assertIsUnknown()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | PstnIncomingCallNotifier.java | 147 && presentation == ccwi.numberPresentation) { in handleCdmaCallWaiting()
|
/packages/apps/Dialer/java/com/android/incallui/contactgrid/ |
D | ContactGridManager.java | 283 primaryInfo.numberPresentation, in updatePrimaryNameAndPhoto()
|