Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserRestrictionsUtilsTest.java96 assertFalse(UserRestrictionsUtils.canProfileOwnerChange( in testCanProfileOwnerChange()
98 assertFalse(UserRestrictionsUtils.canProfileOwnerChange( in testCanProfileOwnerChange()
100 assertFalse(UserRestrictionsUtils.canProfileOwnerChange( in testCanProfileOwnerChange()
102 assertTrue(UserRestrictionsUtils.canProfileOwnerChange( in testCanProfileOwnerChange()
104 assertTrue(UserRestrictionsUtils.canProfileOwnerChange( in testCanProfileOwnerChange()
108 assertFalse(UserRestrictionsUtils.canProfileOwnerChange( in testCanProfileOwnerChange()
110 assertFalse(UserRestrictionsUtils.canProfileOwnerChange( in testCanProfileOwnerChange()
112 assertFalse(UserRestrictionsUtils.canProfileOwnerChange( in testCanProfileOwnerChange()
114 assertFalse(UserRestrictionsUtils.canProfileOwnerChange( in testCanProfileOwnerChange()
116 assertTrue(UserRestrictionsUtils.canProfileOwnerChange( in testCanProfileOwnerChange()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java415 public static boolean canProfileOwnerChange(String restriction, int userId) { in canProfileOwnerChange() method in UserRestrictionsUtils
/frameworks/base/services/
Dart-profile26659 HPLcom/android/server/pm/UserRestrictionsUtils;->canProfileOwnerChange(Ljava/lang/String;I)Z