Searched refs:shouldShowInPersonalTab (Results 1 – 2 of 2) sorted by relevance
763 assertThat(primaryUserApp.shouldShowInPersonalTab(um, appInfo.uid)).isTrue(); in shouldShowInPersonalTab_forCurrentUser_returnsTrue()775 assertThat(nonPrimaryUserApp.shouldShowInPersonalTab(um, appInfo1.uid)).isFalse(); in shouldShowInPersonalTab_userProfilePreU_returnsFalse()802 assertThat(nonPrimaryUserApp1.shouldShowInPersonalTab(um, appInfo1.uid)).isTrue(); in shouldShowInPersonalTab_currentUserIsParent_returnsAsPerUserPropertyOfProfile1()803 assertThat(nonPrimaryUserApp2.shouldShowInPersonalTab(um, appInfo2.uid)).isFalse(); in shouldShowInPersonalTab_currentUserIsParent_returnsAsPerUserPropertyOfProfile1()
1686 this.showInPersonalTab = shouldShowInPersonalTab(um, info.uid); in AppEntry()1698 boolean shouldShowInPersonalTab(UserManager userManager, int uid) { in shouldShowInPersonalTab() method in ApplicationsState.AppEntry