Home
last modified time | relevance | path

Searched refs:makeRestrictionsBundle (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserTypeTest.java77 final Bundle restrictions = makeRestrictionsBundle("r1", "r2"); in testUserTypeBuilder_createUserType()
290 final Bundle restrictions = makeRestrictionsBundle("no_config_vpn", "no_config_tethering"); in testUserTypeFactoryCustomize_profile()
368 makeRestrictionsBundle("no_remove_user", "no_bluetooth"), in testUserTypeFactoryCustomize_profile()
399 final Bundle restrictions = makeRestrictionsBundle("no_config_vpn", "no_config_tethering"); in testUserTypeFactoryCustomize_full()
415 makeRestrictionsBundle("no_remove_user", "no_bluetooth"), in testUserTypeFactoryCustomize_full()
434 .setDefaultRestrictions(makeRestrictionsBundle("r1"))); in testUserTypeFactoryCustomize_eraseArray()
535 public static Bundle makeRestrictionsBundle(String ... restrictions) { in makeRestrictionsBundle() method in UserManagerServiceUserTypeTest
H A DUserManagerServiceUserInfoTest.java452 UserManagerServiceUserTypeTest.makeRestrictionsBundle( in testUpgradeProfileType_updateRestrictions()