Searched refs:shouldShowInPersonalTab (Results 1 – 2 of 2) sorted by relevance
777 assertThat(primaryUserApp.shouldShowInPersonalTab(um, appInfo.uid)).isTrue(); in shouldShowInPersonalTab_forCurrentUser_returnsTrue()790 assertThat(nonPrimaryUserApp.shouldShowInPersonalTab(um, appInfo1.uid)).isFalse(); in shouldShowInPersonalTab_userProfilePreU_returnsFalse()817 assertThat(nonPrimaryUserApp1.shouldShowInPersonalTab(um, appInfo1.uid)).isTrue(); in shouldShowInPersonalTab_currentUserIsParent_returnsAsPerUserPropertyOfProfile1()818 assertThat(nonPrimaryUserApp2.shouldShowInPersonalTab(um, appInfo2.uid)).isFalse(); in shouldShowInPersonalTab_currentUserIsParent_returnsAsPerUserPropertyOfProfile1()
1711 this.showInPersonalTab = shouldShowInPersonalTab(um, info.uid); in AppEntry()1734 boolean shouldShowInPersonalTab(UserManager userManager, int uid) { in shouldShowInPersonalTab() method in ApplicationsState.AppEntry