Searched refs:sortToGlobalAndLocal (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserRestrictionsUtilsTest.java | 125 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/ |
D | UserRestrictionsUtils.java | 362 public static void sortToGlobalAndLocal(@Nullable Bundle in, boolean isDeviceOwner, in sortToGlobalAndLocal() method in UserRestrictionsUtils
|
D | UserManagerService.java | 1394 UserRestrictionsUtils.sortToGlobalAndLocal(restrictions, isDeviceOwner, in setDevicePolicyUserRestrictionsInner()
|