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

/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java586 enforceShellRestriction(UserManager.DISALLOW_DEBUGGING_FEATURES, userId);
1200 enforceShellRestriction(UserManager.DISALLOW_DEBUGGING_FEATURES, targetUserId);
1779 void enforceShellRestriction(String restriction, int userHandle) { method in class:UserController
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java367 public static void enforceShellRestriction(String restriction, int callingUid, int userHandle) { method in class:PackageManagerServiceUtils

Completed in 80 milliseconds