Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DUserIdManager.java88 private final List<UserId> mUserIds = new ArrayList<>(); field in UserIdManager.RuntimeUserIdManager
98 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 …]
DProfileTabs.java48 private List<UserId> mUserIds; field in ProfileTabs
63 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()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootItemListBuilder.java55 private final List<UserId> mUserIds; field in RootItemListBuilder
60 mUserIds = userIds; in RootItemListBuilder()
71 if (mUserIds.size() < 2) { in getList()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateNotificationBridge.java54 protected List<Integer> mUserIds; field in AppStateNotificationBridge
65 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()
/packages/apps/Settings/src/com/android/settings/notification/
DRecentNotifyingAppsPreferenceController.java89 protected List<Integer> mUserIds; field in RecentNotifyingAppsPreferenceController
109 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppStateNotificationBridge.java54 protected List<Integer> mUserIds; field in AppStateNotificationBridge
65 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()