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()
1750 @Nullable Bundle newBaseRestrictions, int userId) { in updateUserRestrictionsInternalLR()1755 if (newBaseRestrictions != null) { in updateUserRestrictionsInternalLR()1759 Preconditions.checkState(prevBaseRestrictions != newBaseRestrictions); in updateUserRestrictionsInternalLR()1761 != newBaseRestrictions); in updateUserRestrictionsInternalLR()1763 if (updateRestrictionsIfNeededLR(userId, newBaseRestrictions, mBaseUserRestrictions)) { in updateUserRestrictionsInternalLR()
2584 final Bundle newBaseRestrictions = new Bundle(); in migrateUserRestrictionsForUser() local2596 newBaseRestrictions.putBoolean(key, true); in migrateUserRestrictionsForUser()2604 Log.v(LOG_TAG, "newBaseRestrictions=" + newBaseRestrictions); in migrateUserRestrictionsForUser()2608 newBaseRestrictions); in migrateUserRestrictionsForUser() local