Home | History | Annotate | Download | only in pm

Lines Matching refs:restrictionKey

11765     boolean isUserRestricted(int userId, String restrictionKey) {
11767 if (restrictions.getBoolean(restrictionKey, false)) {
11768 Log.w(TAG, "User is restricted: " + restrictionKey);