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

/frameworks/base/services/java/com/android/server/pm/
H A DPackageSettingBase.java208 boolean isAnyInstalled(int[] users) { argument
209 for (int user: users) {
217 int[] queryInstalledUsers(int[] users, boolean installed) { argument
219 for (int user : users) {
226 for (int user : users) {
H A DSettings.java434 List<UserInfo> users = getAllUsers();
435 if (users != null && allowInstall) {
436 for (UserInfo user : users) {
441 // asked to install for all users, or this is the
472 List<UserInfo> users = getAllUsers();
473 if (users != null) {
474 for (UserInfo user : users) {
505 List<UserInfo> users = getAllUsers();
506 if (users != null) {
507 for (UserInfo user : users) {
1559 readLPw(List<UserInfo> users) argument
[all...]
/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/am/
H A DActivityManagerService.java260 // Maximum number of users we allow to be running at a time.
449 * LRU list of history of current users. Most recently current is at the end.
454 * Constant array of the users that are currently started.
554 * for stickies that are sent to all users.
3569 int[] users = userId == UserHandle.USER_ALL
3571 for (int user : users) {
3824 Slog.w(TAG, "Can't force stop all processes of all users, that is insane!");
3935 // stopping users, because we have some problems when doing this
5536 // of other users.
7745 final int[] users
11496 collectReceiverComponents(Intent intent, String resolvedType, int[] users) argument
[all...]

Completed in 280 milliseconds