OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canProfileOwnerChange
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserRestrictionsUtilsTest.java
92
assertFalse(UserRestrictionsUtils.
canProfileOwnerChange
(
94
assertFalse(UserRestrictionsUtils.
canProfileOwnerChange
(
96
assertTrue(UserRestrictionsUtils.
canProfileOwnerChange
(
98
assertTrue(UserRestrictionsUtils.
canProfileOwnerChange
(
102
assertFalse(UserRestrictionsUtils.
canProfileOwnerChange
(
104
assertFalse(UserRestrictionsUtils.
canProfileOwnerChange
(
106
assertFalse(UserRestrictionsUtils.
canProfileOwnerChange
(
108
assertTrue(UserRestrictionsUtils.
canProfileOwnerChange
(
/frameworks/base/services/core/java/com/android/server/pm/
UserRestrictionsUtils.java
242
public static boolean
canProfileOwnerChange
(String restriction, int userId) {
Completed in 119 milliseconds