Searched defs:allUsers (Results 1 – 11 of 11) sorted by relevance
768 List<Integer> allUsers = userListToUserIdList(getAllUsers()); in getInitialUser() local855 List<UserHandle> allUsers = getAllUsers(); in hasInitialUser() local873 List<UserHandle> allUsers = getAllUsers(); in hasValidInitialUser() local886 private static List<Integer> userListToUserIdList(List<UserHandle> allUsers) { in userListToUserIdList()
33 public final LongSparseArray<UserHandle> allUsers = new LongSparseArray<>(); field in UserManagerState
73 private final LongSparseArray<UserHandle> allUsers; field in LoaderCursor
106 List<UserHandle> allUsers = UserCache.INSTANCE.get(context).getUserProfiles(); in checkCurrentOrManagedUserId() local
77 void uninstallClonedApp(String packageName, boolean allUsers, FragmentActivity activity) { in uninstallClonedApp()
96 Context allUsers = getContext().createContextAsUser(UserHandle.ALL, 0 /* flags */); in registerForBroadcasts() local
537 void uninstallPkg(String packageName, boolean allUsers) { in uninstallPkg()
640 private void uninstallPkg(String packageName, boolean allUsers, boolean andDisable) { in uninstallPkg()
198 List<UserHandle> allUsers = manager.getUserHandles(/*excludeDying=*/false); in updateUser() local
1298 List<UserHandle> allUsers = mUserManager.getUserHandles(/* excludeDying=*/ true); in isValidUser() local
1012 List<UserHandle> allUsers = um.getAllProfiles(); in findChildManagedProfileUser() local