Searched refs:mUserIds (Results 1 – 6 of 6) sorted by relevance
88 private final List<UserId> mUserIds = new ArrayList<>(); field in UserIdManager.RuntimeUserIdManager98 synchronized (mUserIds) {99 mUserIds.clear();124 synchronized (mUserIds) { in getUserIds()125 if (mUserIds.isEmpty()) { in getUserIds()126 mUserIds.addAll(getUserIdsInternal()); in getUserIds()129 return mUserIds; in getUserIds()134 synchronized (mUserIds) { in getSystemUser()135 if (mUserIds.isEmpty()) { in getSystemUser()144 synchronized (mUserIds) { in getManagedUser()[all …]
48 private List<UserId> mUserIds; field in ProfileTabs63 mUserIds = Collections.singletonList(UserId.CURRENT_USER); in ProfileTabs()95 mTabs.selectTab(mTabs.getTabAt(mUserIds.indexOf(currentRoot.userId))); in updateView()110 if (!userIds.equals(mUserIds)) { in updateTabsIfNeeded()111 mUserIds = userIds; in updateTabsIfNeeded()113 if (mUserIds.size() > 1) { in updateTabsIfNeeded()
55 private final List<UserId> mUserIds; field in RootItemListBuilder60 mUserIds = userIds; in RootItemListBuilder()71 if (mUserIds.size() < 2) { in getList()
54 protected List<Integer> mUserIds; field in AppStateNotificationBridge65 mUserIds = new ArrayList<>(); in AppStateNotificationBridge()66 mUserIds.add(mContext.getUserId()); in AppStateNotificationBridge()69 mUserIds.add(workUserId); in AppStateNotificationBridge()147 for (int userId : mUserIds) { in getAggregatedUsageEvents()
89 protected List<Integer> mUserIds; field in RecentNotifyingAppsPreferenceController109 mUserIds = new ArrayList<>(); in RecentNotifyingAppsPreferenceController()110 mUserIds.add(mContext.getUserId()); in RecentNotifyingAppsPreferenceController()113 mUserIds.add(workUserId); in RecentNotifyingAppsPreferenceController()165 for (int userId : mUserIds) { in reloadData()
54 protected List<Integer> mUserIds; field in AppStateNotificationBridge65 mUserIds = new ArrayList<>(); in AppStateNotificationBridge()66 mUserIds.add(mContext.getUserId()); in AppStateNotificationBridge()69 mUserIds.add(workUserId); in AppStateNotificationBridge()142 for (int userId : mUserIds) { in getAggregatedUsageEvents()