OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNameForPresentation
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
PhoneNumberDisplayUtil.java
34
Optional<String> presentationString =
getNameForPresentation
(context, presentation);
48
public static Optional<String>
getNameForPresentation
(Context appContext, int presentation) {
CallLogEntryText.java
46
PhoneNumberDisplayUtil.
getNameForPresentation
(context, row.numberPresentation());
158
PhoneNumberDisplayUtil.
getNameForPresentation
(context, row.numberPresentation());
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/
Modules.java
168
PhoneNumberDisplayUtil.
getNameForPresentation
(context, row.numberPresentation());
Completed in 2080 milliseconds