Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoUtils.java66 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()
DContactInfoCache.java420 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()
DCallerInfo.java110 public int numberPresentation; field in CallerInfo
545 .append("\nnumberPresentation: " + numberPresentation) in toString()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsQueryHelper.java163 @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()
DCallLogListItemViewHolder.java176 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()
DCallLogAdapter.java937 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()
DMissedCallNotifier.java152 call.number, call.numberPresentation, call.countryIso); in updateMissedCallNotification()
298 call.number, call.numberPresentation, call.countryIso); in getNotificationForCall()
DVisualVoicemailUpdateTask.java80 newCall.number, newCall.numberPresentation, newCall.countryIso); in updateNotification()
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java1416 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 …]
DCallLogger.java204 presentation = callerInfo.numberPresentation; in getPresentation()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DPhoneCallDetails.java43 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/
DPrimaryInfo.java44 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/
DCallLogBackupAgent.java73 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/
DBluetoothPbapCallLogComposer.java143 final int numberPresentation = mCursor.getInt(NUMBER_PRESENTATION_COLUMN_INDEX); in createOneCallLogEntryInternal() local
147 if (numberPresentation != Calls.PRESENTATION_ALLOWED) { in createOneCallLogEntryInternal()
DBluetoothPbapVcardManager.java234 final int numberPresentation = callCursor.getInt( in loadCallHistoryList() local
236 if (numberPresentation != Calls.PRESENTATION_ALLOWED) { in loadCallHistoryList()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java554 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/
DLetterTileDrawable.java423 int numberPresentation, in getContactTypeFromPrimitives() argument
431 } else if (numberPresentation == TelecomManager.PRESENTATION_RESTRICTED) { in getContactTypeFromPrimitives()
/packages/services/Telephony/tests/src/com/android/phone/
DCnapTest.java62 assertEquals(PRESENTATION_UNKNOWN, mCallerInfo.numberPresentation); in assertIsUnknown()
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java147 && presentation == ccwi.numberPresentation) { in handleCdmaCallWaiting()
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DContactGridManager.java283 primaryInfo.numberPresentation, in updatePrimaryNameAndPhoto()