Searched defs:numberPresentation (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/
H A DPhoneCallDetails.java43 public int numberPresentation; field in class:PhoneCallDetails
126 int numberPresentation,
131 this.numberPresentation = numberPresentation;
138 this.numberPresentation,
123 PhoneCallDetails( Context context, CharSequence number, int numberPresentation, CharSequence formattedNumber, CharSequence postDialDigits, boolean isVoicemail) argument
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCallerInfo.java126 public int numberPresentation; field in class:CallerInfo
556 .append("\nnumberPresentation: " + numberPresentation)
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogNotificationsHelper.java106 public String getName(@Nullable String number, int numberPresentation, argument
108 return getContactInfo(number, numberPresentation, countryIso).name;
117 public ContactInfo getContactInfo(@Nullable String number, int numberPresentation, argument
134 numberPresentation,
175 public final int numberPresentation; field in class:CallLogNotificationsHelper.NewCall
186 int numberPresentation,
195 this.numberPresentation = numberPresentation;
182 NewCall( Uri callsUri, Uri voicemailUri, String number, int numberPresentation, String accountComponentName, String accountId, String transcription, String countryIso, long dateMs) argument
H A DCallLogListItemViewHolder.java140 public int numberPresentation; field in class:CallLogListItemViewHolder
333 if (PhoneNumberUtil.canPlaceCallsTo(number, numberPresentation)
458 if (PhoneNumberUtil.canPlaceCallsTo(number, numberPresentation)) {
487 boolean canPlaceCallToNumber = PhoneNumberUtil.canPlaceCallsTo(number, numberPresentation);
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
H A DCallLogBackupAgent.java73 int numberPresentation; field in class:CallLogBackupAgent.Call
264 call.numberPresentation, call.type, call.features, handle, call.date,
331 call.numberPresentation = dataInput.readInt();
383 call.numberPresentation =
407 data.writeInt(call.numberPresentation);

Completed in 329 milliseconds