Searched refs:isAppInstalled (Results 1 – 2 of 2) sorted by relevance
147 assertThat(AppUtils.isAppInstalled(null)).isFalse(); in isAppInstalled_noAppEntry_shouldReturnFalse()156 assertThat(AppUtils.isAppInstalled(appEntry)).isTrue(); in isAppInstalled_hasAppEntryWithInstalledFlag_shouldReturnTrue()164 assertThat(AppUtils.isAppInstalled(appEntry)).isFalse(); in isAppInstalled_hasAppEntryWithoutInstalledFlag_shouldReturnFalse()
301 public static boolean isAppInstalled(ApplicationsState.AppEntry appEntry) { in isAppInstalled() method in AppUtils