Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestUtils.java82 Bundle actualRestrictions = actual.getRestrictions(originatingUserId); in assertRestrictions() local
83 assertFalse(actualRestrictions.isEmpty()); in assertRestrictions()
84 assertRestrictions(expected.getRestrictions(originatingUserId), actualRestrictions); in assertRestrictions() local