Searched refs:checkAssertRestrictions (Results 1 – 1 of 1) sorted by relevance
164 private static boolean checkAssertRestrictions(Bundle a, Bundle b) { in checkAssertRestrictions() method in DpmTestUtils180 assertTrue(checkAssertRestrictions(null, null)); in testAssertRestrictions()181 assertFalse(checkAssertRestrictions(null, a)); in testAssertRestrictions()182 assertFalse(checkAssertRestrictions(a, null)); in testAssertRestrictions()183 assertTrue(checkAssertRestrictions(a, a)); in testAssertRestrictions()185 assertFalse(checkAssertRestrictions(a, b)); in testAssertRestrictions()186 assertTrue(checkAssertRestrictions(b, c)); in testAssertRestrictions()188 assertFalse(checkAssertRestrictions(c, d)); in testAssertRestrictions()189 assertTrue(checkAssertRestrictions(d, e)); in testAssertRestrictions()