Searched refs:launchableEntry (Results 1 – 1 of 1) sorted by relevance
293 AppEntry launchableEntry = findAppEntry(appEntries, 2); in testDefaultSession_isResumed_LoadsAll() local294 assertThat(launchableEntry.hasLauncherEntry).isTrue(); in testDefaultSession_isResumed_LoadsAll()324 AppEntry launchableEntry = findAppEntry(appEntries, 1); in testCustomSessionLoadsIconsOnly() local325 assertThat(launchableEntry.icon).isNotNull(); in testCustomSessionLoadsIconsOnly()326 assertThat(launchableEntry.size).isEqualTo(-1); in testCustomSessionLoadsIconsOnly()345 assertThat(launchableEntry.size).isGreaterThan(0L); in testCustomSessionLoadsSizesOnly()363 assertThat(launchableEntry.size).isEqualTo(-1); in testCustomSessionLoadsHomeOnly()364 assertThat(launchableEntry.isHomeApp).isTrue(); in testCustomSessionLoadsHomeOnly()381 assertThat(launchableEntry.size).isEqualTo(-1); in testCustomSessionLoadsLeanbackOnly()382 assertThat(launchableEntry.isHomeApp).isFalse(); in testCustomSessionLoadsLeanbackOnly()[all …]