Searched refs:shouldShowApp (Results 1 – 4 of 4) sorted by relevance
55 assertThat(appFilter.shouldShowApp(appToShow)).isTrue() in shouldShowApp_notFiltered_returnsTrue()61 assertThat(appFilter.shouldShowApp(appToHide)).isFalse() in shouldShowApp_filtered_returnsFalse()
24 public boolean shouldShowApp(ComponentName app) { in shouldShowApp() method in AppFilter
146 if (!mAppFilter.shouldShowApp(info.componentName)) { in add()
370 if (!mAppFilter.shouldShowApp(item.componentName)) { in test()