Home
last modified time | relevance | path

Searched refs:launchableEntry (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DApplicationsStateRoboTest.java293 AppEntry launchableEntry = findAppEntry(appEntries, 2); in testDefaultSession_isResumed_LoadsAll() local
294 assertThat(launchableEntry.hasLauncherEntry).isTrue(); in testDefaultSession_isResumed_LoadsAll()
324 AppEntry launchableEntry = findAppEntry(appEntries, 1); in testCustomSessionLoadsIconsOnly() local
325 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 …]