Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountInfo.java34 private final AccountDisplayInfo mDisplayInfo; field in AccountInfo
38 this.mDisplayInfo = displayInfo; in AccountInfo()
47 return mDisplayInfo.getSource(); in getAccount()
54 return mDisplayInfo.getNameLabel(); in getNameLabel()
61 return mDisplayInfo.getTypeLabel(); in getTypeLabel()
68 return mDisplayInfo.getIcon(); in getIcon()
72 return mDisplayInfo.hasDistinctName(); in hasDistinctName()
76 return mDisplayInfo.isDeviceAccount(); in isDeviceAccount()
80 return mDisplayInfo.hasGoogleAccountType(); in hasGoogleAccountType()