Searched defs:users (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/storage/
H A DIMountService.cpp196 int32_t getStorageUsers(const String16& mountPoint, int32_t** users) argument
211 *users = (int32_t*)malloc(sizeof(int32_t)*numUsers);
213 **users++ = reply.readInt32();
/frameworks/base/services/java/com/android/server/pm/
H A DPackageSettingBase.java220 boolean isAnyInstalled(int[] users) { argument
221 for (int user: users) {
229 int[] queryInstalledUsers(int[] users, boolean installed) { argument
231 for (int user : users) {
238 for (int user : users) {
H A DSettings.java468 List<UserInfo> users = getAllUsers();
469 if (users != null && allowInstall) {
470 for (UserInfo user : users) {
475 // asked to install for all users, or this is the
507 List<UserInfo> users = getAllUsers();
508 if (users != null) {
509 for (UserInfo user : users) {
540 List<UserInfo> users = getAllUsers();
541 if (users != null) {
542 for (UserInfo user : users) {
1651 readLPw(PackageManagerService service, List<UserInfo> users, int sdkVersion, boolean onlyCore) argument
2894 dumpPackageLPr(PrintWriter pw, String prefix, PackageSetting ps, SimpleDateFormat sdf, Date date, List<UserInfo> users) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java312 // Maximum number of users we allow to be running at a time.
579 * LRU list of history of current users. Most recently current is at the end.
584 * Constant array of the users that are currently started.
680 * for stickies that are sent to all users.
4307 int[] users = userId == UserHandle.USER_ALL
4309 for (int user : users) {
4603 Slog.w(TAG, "Can't force stop all processes of all users, that is insane!");
4692 // stopping users, because we have some problems when doing this
6353 * to all users.
6414 // of other users
13191 collectReceiverComponents(Intent intent, String resolvedType, int[] users) argument
[all...]

Completed in 243 milliseconds