Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DMockUtils.java131 description.appendText("User restrictions=" + getRestrictionsAsString(expected)); in createUserRestrictionsBundleMatcher()
160 description.appendText("User restrictions=" + getRestrictionsAsString(expected)); in createUserRestrictionsSetMatcher()
190 private static String getRestrictionsAsString(RestrictionsSet r) { in getRestrictionsAsString() method in MockUtils
200 String.format("%s= %s", r.keyAt(i), getRestrictionsAsString(r.valueAt(i)))); in getRestrictionsAsString()
207 private static String getRestrictionsAsString(Bundle b) { in getRestrictionsAsString() method in MockUtils