Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserRestrictionsUtilsTest.java125 UserRestrictionsUtils.sortToGlobalAndLocal(null, false /* isDeviceOwner */, in testSortToGlobalAndLocal()
130 UserRestrictionsUtils.sortToGlobalAndLocal(Bundle.EMPTY, false /* isDeviceOwner */, in testSortToGlobalAndLocal()
136 UserRestrictionsUtils.sortToGlobalAndLocal(newRestrictions( in testSortToGlobalAndLocal()
170 UserRestrictionsUtils.sortToGlobalAndLocal(newRestrictions( in testSortToGlobalAndLocal()
205 UserRestrictionsUtils.sortToGlobalAndLocal(Bundle.EMPTY, false, in testSortToLocalAndGlobalWithCameraDisabled()
211 UserRestrictionsUtils.sortToGlobalAndLocal(Bundle.EMPTY, false, in testSortToLocalAndGlobalWithCameraDisabled()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java362 public static void sortToGlobalAndLocal(@Nullable Bundle in, boolean isDeviceOwner, in sortToGlobalAndLocal() method in UserRestrictionsUtils
DUserManagerService.java1394 UserRestrictionsUtils.sortToGlobalAndLocal(restrictions, isDeviceOwner, in setDevicePolicyUserRestrictionsInner()