Home
last modified time | relevance | path

Searched refs:numberPresentation (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoUtils.java60 if (info.numberPresentation == TelecomManager.PRESENTATION_ALLOWED) { in getCallerInfoForCall()
86 info.numberPresentation = call.getNumberPresentation(); in buildCallerInfo()
101 number = modifyForSpecialCnapCases(context, info, number, info.numberPresentation); in buildCallerInfo()
178 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN; in modifyForSpecialCnapCases()
186 if (ci.numberPresentation == TelecomManager.PRESENTATION_ALLOWED in modifyForSpecialCnapCases()
187 || (ci.numberPresentation != presentation in modifyForSpecialCnapCases()
192 ci.numberPresentation = TelecomManager.PRESENTATION_RESTRICTED; in modifyForSpecialCnapCases()
195 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN; in modifyForSpecialCnapCases()
202 + ci.numberPresentation); in modifyForSpecialCnapCases()
DContactInfoCache.java431 int numberPresentation, in updateCallerInfoInCacheOnAnyThread() argument
458 int presentationMode = numberPresentation; in updateCallerInfoInCacheOnAnyThread()
779 final int numberPresentation; field in ContactInfoCache.DialerCallCookieWrapper
782 DialerCallCookieWrapper(String callId, int numberPresentation, String cnapName) { in DialerCallCookieWrapper() argument
784 this.numberPresentation = numberPresentation; in DialerCallCookieWrapper()
810 updateCallerInfoInCacheOnAnyThread(cw.callId, cw.numberPresentation, ci, true, queryToken); in onDataLoaded()
DCallerInfo.java91 public int numberPresentation; field in CallerInfo
525 .append("\nnumberPresentation: " + numberPresentation) in toString()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DPhoneCallDetails.java43 public int numberPresentation; field in PhoneCallDetails
145 CharSequence number, int numberPresentation, CharSequence postDialDigits) { in PhoneCallDetails() argument
147 this.numberPresentation = numberPresentation; in PhoneCallDetails()
196 context, number, numberPresentation, formattedNumber, postDialDigits, isVoicemail) in updateDisplayNumber()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsQueryHelper.java191 @Nullable String number, int numberPresentation, @Nullable String countryIso) { in getName() argument
192 return getContactInfo(number, numberPresentation, countryIso).name; in getName()
201 @Nullable String number, int numberPresentation, @Nullable String countryIso) { in getContactInfo() argument
215 PhoneNumberDisplayUtil.getDisplayName(context, number, numberPresentation, false) in getContactInfo()
270 public final int numberPresentation; field in CallLogNotificationsQueryHelper.NewCall
282 int numberPresentation, in NewCall() argument
292 this.numberPresentation = numberPresentation; in NewCall()
DCallLogListItemViewHolder.java184 public int numberPresentation; field in CallLogListItemViewHolder
530 if (!PhoneNumberHelper.canPlaceCallsTo(number, numberPresentation)) { in updatePrimaryActionButton()
592 boolean canPlaceCallToNumber = PhoneNumberHelper.canPlaceCallsTo(number, numberPresentation); in bindActionButtons()
960 numberPresentation, in getContactType()
1233 if (PhoneNumberHelper.canPlaceCallsTo(number, numberPresentation) in onCreateContextMenu()
1256 boolean canPlaceCallToNumber = PhoneNumberHelper.canPlaceCallsTo(number, numberPresentation); in onCreateContextMenu()
DCallLogAdapter.java951 final int numberPresentation = cursor.getInt(CallLogQuery.NUMBER_PRESENTATION); in createPhoneCallDetails() local
958 new PhoneCallDetails(number, numberPresentation, postDialDigits); in createPhoneCallDetails()
986 views.numberPresentation = numberPresentation; in createPhoneCallDetails()
1052 if (PhoneNumberHelper.canPlaceCallsTo(details.number, details.numberPresentation) in loadData()
DMissedCallNotifier.java170 call.number, call.numberPresentation, call.countryIso); in updateMissedCallNotification()
327 call.number, call.numberPresentation, call.countryIso); in getNotificationForCall()
DVisualVoicemailUpdateTask.java103 newCall.number, newCall.numberPresentation, newCall.countryIso); in updateNotification()
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java73 int numberPresentation; field in CallLogBackupAgent.Call
263 call.numberPresentation, call.type, call.features, handle, call.date, in writeCallToProvider()
334 call.numberPresentation = dataInput.readInt(); in readCallFromData()
404 call.numberPresentation = in readCallFromCursor()
435 data.writeInt(call.numberPresentation); in addCallToBackup()
/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
DPrimaryInfo.java75 public abstract int numberPresentation(); in numberPresentation() method in PrimaryInfo
121 public abstract Builder setNumberPresentation(int numberPresentation); in setNumberPresentation() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapCallLogComposer.java149 final int numberPresentation = mCursor.getInt(NUMBER_PRESENTATION_COLUMN_INDEX); in createOneCallLogEntryInternal() local
153 if (numberPresentation != Calls.PRESENTATION_ALLOWED) { in createOneCallLogEntryInternal()
DBluetoothPbapVcardManager.java246 final int numberPresentation = in loadCallHistoryList() local
248 if (numberPresentation != Calls.PRESENTATION_ALLOWED) { in loadCallHistoryList()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java590 int numberPresentation = Calls.PRESENTATION_ALLOWED; in processCpbrCommand() local
592 numberPresentation = pbr.cursor.getInt(pbr.numberPresentationColumn); in processCpbrCommand()
594 if (numberPresentation != Calls.PRESENTATION_ALLOWED) { in processCpbrCommand()
/packages/apps/Dialer/java/com/android/dialer/lettertile/
DLetterTileDrawable.java423 int numberPresentation, in getContactTypeFromPrimitives() argument
431 } else if (numberPresentation == TelecomManager.PRESENTATION_RESTRICTED) { in getContactTypeFromPrimitives()
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java188 && presentation == ccwi.numberPresentation) { in handleCdmaCallWaiting()
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DContactGridManager.java365 primaryInfo.numberPresentation(), in loadPhotoWithLegacy()
/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatFragment.java417 primaryInfo.numberPresentation(), in updateAvatar()