OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:displabel
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java
326
final CharSequence
dispLabel
= accountType.getDisplayLabel(mContext);
327
if (!TextUtils.isEmpty(
dispLabel
)) {
330
groupSizeString = String.format(groupSizeTemplateString, size,
dispLabel
);
Completed in 27 milliseconds