Home
last modified time | relevance | path

Searched defs:profileGroupId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DUserInfo.java196 public int profileGroupId; field in UserInfo
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DMockSystemServices.java230 public File addUser(int userId, int flags, String type, int profileGroupId) { in addUser()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3273 int profileGroupId = UserInfo.NO_PROFILE_GROUP_ID; in readUserLP() local