Searched refs:getApplicationRestrictionsForUser (Results 1 – 3 of 3) sorted by relevance
48 Bundle getApplicationRestrictionsForUser(in String packageName, int userHandle); in getApplicationRestrictionsForUser() method
605 return mService.getApplicationRestrictionsForUser(packageName, user.getIdentifier()); in getApplicationRestrictions()
974 return getApplicationRestrictionsForUser(packageName, UserHandle.getCallingUserId()); in getApplicationRestrictions()978 public Bundle getApplicationRestrictionsForUser(String packageName, int userId) { in getApplicationRestrictionsForUser() method in UserManagerService