Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountDisplayInfo.java80 return withNameAndType(name, mType); in withName()
84 return withNameAndType(mName, type); in withType()
87 public AccountDisplayInfo withNameAndType(CharSequence name, CharSequence type) { in withNameAndType() method in AccountDisplayInfo