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