Searched refs:primaryUserId (Results 1 – 1 of 1) sorted by relevance
309 final int primaryUserId = mUserManager.getPrimaryUser().id; in testGetProfileParent() local312 UserManager.USER_TYPE_PROFILE_MANAGED, primaryUserId); in testGetProfileParent()314 assertThat(mUserManager.getProfileParent(primaryUserId)).isNull(); in testGetProfileParent()317 assertThat(primaryUserId).isEqualTo(parentProfileInfo.id); in testGetProfileParent()319 assertThat(mUserManager.getProfileParent(primaryUserId)).isNull(); in testGetProfileParent()333 final int primaryUserId = mUserManager.getPrimaryUser().id; in testProfileTypeInformation() local335 UserManager.USER_TYPE_PROFILE_MANAGED, primaryUserId); in testProfileTypeInformation()369 final int primaryUserId = mUserManager.getPrimaryUser().id; in testAddManagedProfile() local371 UserManager.USER_TYPE_PROFILE_MANAGED, primaryUserId); in testAddManagedProfile()373 UserManager.USER_TYPE_PROFILE_MANAGED, primaryUserId); in testAddManagedProfile()[all …]