Searched refs:getApplicationRestrictionsForUser (Results 1 – 4 of 4) sorted by relevance
81 Bundle getApplicationRestrictionsForUser(in String packageName, int userHandle); in getApplicationRestrictionsForUser() method
3061 return mService.getApplicationRestrictionsForUser(packageName, user.getIdentifier()); in getApplicationRestrictions()
3150 return getApplicationRestrictionsForUser(packageName, UserHandle.getCallingUserId()); in getApplicationRestrictions()3154 public Bundle getApplicationRestrictionsForUser(String packageName, int userId) { in getApplicationRestrictionsForUser() method in UserManagerService
11776 HSPLcom/android/server/pm/UserManagerService;->getApplicationRestrictionsForUser(Ljava/lang/String;…