Searched refs:mIsDeviceAccount (Results 1 – 1 of 1) sorted by relevance
36 private final boolean mIsDeviceAccount; field in AccountDisplayInfo44 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()