Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountType.java251 final CharSequence customTitle = in getViewGroupLabel() local
254 return customTitle == null in getViewGroupLabel()
256 : customTitle; in getViewGroupLabel()