Searched refs:newBaseRestrictions (Results 1 – 2 of 2) sorted by relevance
110 final Map<Integer, Bundle> newBaseRestrictions = new HashMap<>(); in testMigration() local118 newBaseRestrictions.put(userId, bundle); in testMigration()161 newBaseRestrictions.get(UserHandle.USER_SYSTEM)); in testMigration()171 newBaseRestrictions.get(10)); in testMigration()181 newBaseRestrictions.get(11)); in testMigration()225 final Map<Integer, Bundle> newBaseRestrictions = new HashMap<>(); in testMigration2_profileOwnerOnUser0() local233 newBaseRestrictions.put(userId, bundle); in testMigration2_profileOwnerOnUser0()269 newBaseRestrictions.get(UserHandle.USER_SYSTEM)); in testMigration2_profileOwnerOnUser0()
1802 final Bundle newBaseRestrictions = new Bundle(); in migrateUserRestrictionsForUser() local1814 newBaseRestrictions.putBoolean(key, true); in migrateUserRestrictionsForUser()1822 Log.v(LOG_TAG, "newBaseRestrictions=" + newBaseRestrictions); in migrateUserRestrictionsForUser()1826 newBaseRestrictions); in migrateUserRestrictionsForUser() local