Searched refs:primaryUserId (Results 1 – 1 of 1) sorted by relevance
234 final int primaryUserId = mUserManager.getPrimaryUser().id; in testGetProfileParent() local237 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() local252 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() local267 UserInfo.FLAG_MANAGED_PROFILE, primaryUserId); in testAddManagedProfile_withDisallowedPackages()[all …]