Home
last modified time | relevance | path

Searched refs:assertRestrictions (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java157 DpmTestUtils.assertRestrictions( in testMigration()
163 DpmTestUtils.assertRestrictions( in testMigration()
173 DpmTestUtils.assertRestrictions( in testMigration()
184 DpmTestUtils.assertRestrictions( in testMigration()
190 DpmTestUtils.assertRestrictions( in testMigration()
196 DpmTestUtils.assertRestrictions( in testMigration()
265 DpmTestUtils.assertRestrictions( in testMigration2_profileOwnerOnUser0()
272 DpmTestUtils.assertRestrictions( in testMigration2_profileOwnerOnUser0()
DDpmTestUtils.java68 public static void assertRestrictions(Bundle expected, Bundle actual) { in assertRestrictions() method in DpmTestUtils
141 assertRestrictions(a, b); in checkAssertRestrictions()
DDevicePolicyManagerTest.java1193 DpmTestUtils.assertRestrictions( in testSetUserRestriction_asDo()
1197 DpmTestUtils.assertRestrictions( in testSetUserRestriction_asDo()
1220 DpmTestUtils.assertRestrictions( in testSetUserRestriction_asDo()
1225 DpmTestUtils.assertRestrictions( in testSetUserRestriction_asDo()
1239 DpmTestUtils.assertRestrictions( in testSetUserRestriction_asDo()
1243 DpmTestUtils.assertRestrictions( in testSetUserRestriction_asDo()
1256 DpmTestUtils.assertRestrictions( in testSetUserRestriction_asDo()
1260 DpmTestUtils.assertRestrictions( in testSetUserRestriction_asDo()
1333 DpmTestUtils.assertRestrictions( in testSetUserRestriction_asPo()
1356 DpmTestUtils.assertRestrictions( in testSetUserRestriction_asPo()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserRestrictionsUtilsTest.java58 DpmTestUtils.assertRestrictions(out, new Bundle()); in testClone()
71 DpmTestUtils.assertRestrictions(DpmTestUtils.newRestrictions("a", "b", "d", "e"), a); in testMerge()
75 DpmTestUtils.assertRestrictions(DpmTestUtils.newRestrictions("a", "b", "d", "e"), a); in testMerge()
134 DpmTestUtils.assertRestrictions(DpmTestUtils.newRestrictions( in testSortToGlobalAndLocal()
144 DpmTestUtils.assertRestrictions(DpmTestUtils.newRestrictions( in testSortToGlobalAndLocal()