Searched defs:allowMode (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java1450 int allowMode, String name, String callerPackage) {
1476 } else if (allowMode == ALLOW_FULL_ONLY) {
1483 } else if (allowMode == ALLOW_NON_FULL) {
1486 } else if (allowMode == ALLOW_NON_FULL_IN_PROFILE) {
1491 throw new IllegalArgumentException("Unknown mode: " + allowMode);
1512 if (allowMode != ALLOW_FULL_ONLY) {
1449 handleIncomingUser(int callingPid, int callingUid, int userId, boolean allowAll, int allowMode, String name, String callerPackage) argument

Completed in 174 milliseconds