Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java558 public static boolean canFinancedDeviceOwnerChange(String restriction) { in canFinancedDeviceOwnerChange() method in UserRestrictionsUtils
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java7807 if (!UserRestrictionsUtils.canFinancedDeviceOwnerChange(restriction)) { in testSetUserRestriction_financeDo_invalidRestrictions_restrictionNotSet()
7827 if (UserRestrictionsUtils.canFinancedDeviceOwnerChange(restriction)) { in testSetUserRestriction_financeDo_validRestrictions_setsRestriction()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java13497 if (!UserRestrictionsUtils.canFinancedDeviceOwnerChange(key)) {