Searched refs:mDisplayInfo (Results 1 – 6 of 6) sorted by relevance
34 private final AccountDisplayInfo mDisplayInfo; field in AccountInfo38 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()
44 @NonNull private final DisplayInfo mDisplayInfo = new DisplayInfo(); field in DeviceRotationViewModel87 getApplication().getDisplay().getDisplayInfo(mDisplayInfo); in getRotation()89 return (mDisplayInfo.rotation + 1) % 4; in getRotation()91 return mDisplayInfo.rotation; in getRotation()
228 std::unordered_map<std::string, std::unique_ptr<DisplayInfo>> mDisplayInfo; variable
224 std::unordered_map<std::string, std::unique_ptr<DisplayInfo>> mDisplayInfo; variable
438 mDisplayInfo.insert_or_assign(id, std::move(dpy)); in readDisplayInfo()
437 mDisplayInfo.insert_or_assign(id, std::move(dpy)); in readDisplayInfo()