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

/packages/apps/Dialer/src/com/android/dialer/
H A DPhoneCallDetails.java30 public final int numberPresentation; field in class:PhoneCallDetails
64 public PhoneCallDetails(CharSequence number, int numberPresentation, argument
67 this(number, numberPresentation, formattedNumber, countryIso, geocode,
72 public PhoneCallDetails(CharSequence number, int numberPresentation, argument
78 this.numberPresentation = numberPresentation;
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DDefaultVoicemailNotifier.java122 newCall.numberPresentation).toString();
214 public final int numberPresentation; field in class:DefaultVoicemailNotifier.NewCall
217 int numberPresentation) {
221 this.numberPresentation = numberPresentation;
216 NewCall(Uri callsUri, Uri voicemailUri, String number, int numberPresentation) argument
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfo.java84 public int numberPresentation; field in class:CallerInfo
604 .append("\nnumberPresentation: " + numberPresentation)

Completed in 104 milliseconds