Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountDisplayInfo.java79 public AccountDisplayInfo withName(CharSequence name) { in withName() method in AccountDisplayInfo
98 return withName(context.getString(nameFormat, mName)); in withFormattedName()