Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java234 final int primaryUserId = mUserManager.getPrimaryUser().id; in testGetProfileParent() local
237 UserInfo.FLAG_MANAGED_PROFILE, primaryUserId); in testGetProfileParent()
239 assertNull(mUserManager.getProfileParent(primaryUserId)); in testGetProfileParent()
242 assertEquals(parentProfileInfo.id, primaryUserId); in testGetProfileParent()
244 assertNull(mUserManager.getProfileParent(primaryUserId)); in testGetProfileParent()
250 final int primaryUserId = mUserManager.getPrimaryUser().id; in testAddManagedProfile() local
252 UserInfo.FLAG_MANAGED_PROFILE, primaryUserId); in testAddManagedProfile()
254 UserInfo.FLAG_MANAGED_PROFILE, primaryUserId); in testAddManagedProfile()
265 final int primaryUserId = mUserManager.getPrimaryUser().id; in testAddManagedProfile_withDisallowedPackages() local
267 UserInfo.FLAG_MANAGED_PROFILE, primaryUserId); in testAddManagedProfile_withDisallowedPackages()
[all …]