Searched refs:checkAssertRestrictions (Results 1 – 1 of 1) sorted by relevance
139 private static boolean checkAssertRestrictions(Bundle a, Bundle b) { in checkAssertRestrictions() method in DpmTestUtils155 assertTrue(checkAssertRestrictions(null, null)); in testAssertRestrictions()156 assertFalse(checkAssertRestrictions(null, a)); in testAssertRestrictions()157 assertFalse(checkAssertRestrictions(a, null)); in testAssertRestrictions()158 assertTrue(checkAssertRestrictions(a, a)); in testAssertRestrictions()160 assertFalse(checkAssertRestrictions(a, b)); in testAssertRestrictions()161 assertTrue(checkAssertRestrictions(b, c)); in testAssertRestrictions()163 assertFalse(checkAssertRestrictions(c, d)); in testAssertRestrictions()164 assertTrue(checkAssertRestrictions(d, e)); in testAssertRestrictions()