Searched refs:newBaseRestrictions (Results 1 – 3 of 3) sorted by relevance
107 final Map<Integer, Bundle> newBaseRestrictions = new HashMap<>(); in testMigration() local113 newBaseRestrictions.put(userId, bundle); in testMigration()155 newBaseRestrictions.get(UserHandle.USER_SYSTEM)); in testMigration()165 newBaseRestrictions.get(10)); in testMigration()175 newBaseRestrictions.get(11)); in testMigration()220 final Map<Integer, Bundle> newBaseRestrictions = new HashMap<>(); in testMigration2_profileOwnerOnUser0() local226 newBaseRestrictions.put(userId, bundle); in testMigration2_profileOwnerOnUser0()261 newBaseRestrictions.get(UserHandle.USER_SYSTEM)); in testMigration2_profileOwnerOnUser0()
1640 @Nullable Bundle newBaseRestrictions, int userId) { in updateUserRestrictionsInternalLR()1645 if (newBaseRestrictions != null) { in updateUserRestrictionsInternalLR()1649 Preconditions.checkState(prevBaseRestrictions != newBaseRestrictions); in updateUserRestrictionsInternalLR()1651 != newBaseRestrictions); in updateUserRestrictionsInternalLR()1653 if (updateRestrictionsIfNeededLR(userId, newBaseRestrictions, mBaseUserRestrictions)) { in updateUserRestrictionsInternalLR()
2467 final Bundle newBaseRestrictions = new Bundle(); in migrateUserRestrictionsForUser() local2479 newBaseRestrictions.putBoolean(key, true); in migrateUserRestrictionsForUser()2487 Log.v(LOG_TAG, "newBaseRestrictions=" + newBaseRestrictions); in migrateUserRestrictionsForUser()2491 newBaseRestrictions); in migrateUserRestrictionsForUser() local