Home
last modified time | relevance | path

Searched refs:profileFlags (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowUserManager.java61 int userHandle, int profileUserHandle, String profileName, int profileFlags) { in addProfile() argument
63 sProfiles.get(userHandle).add(new UserInfo(profileUserHandle, profileName, profileFlags)); in addProfile()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowUserManager.java103 int userHandle, int profileUserHandle, String profileName, int profileFlags) { in addProfile() argument
104 UserInfo profileUserInfo = new UserInfo(profileUserHandle, profileName, profileFlags); in addProfile()
107 if (profileFlags == UserInfo.FLAG_MANAGED_PROFILE) { in addProfile()