Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountDisplayInfo.java36 private final boolean mIsDeviceAccount; field in AccountDisplayInfo
44 mIsDeviceAccount = isDeviceAccount; in AccountDisplayInfo()
72 return mIsDeviceAccount; in isDeviceAccount()
88 return new AccountDisplayInfo(mSource, name, type, mIcon, mIsDeviceAccount); in withNameAndType()
94 context.getString(typeFormat, mType), mIcon, mIsDeviceAccount); in formatted()