Searched refs:parentProfileInfo (Results 1 – 1 of 1) sorted by relevance
315 UserInfo parentProfileInfo = mUserManager.getProfileParent(userInfo.id); in testGetProfileParent() local316 assertThat(parentProfileInfo).isNotNull(); in testGetProfileParent()317 assertThat(primaryUserId).isEqualTo(parentProfileInfo.id); in testGetProfileParent()