Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/
DApplicationsStateTest.java172 mEntry.hasLauncherEntry = false; in testDownloadAndLauncherAndInstantAcceptsCorrectApps()
186 mEntry.hasLauncherEntry = false; in testDownloadAndLauncherAndInstantAcceptsCorrectApps()
197 mEntry.hasLauncherEntry = true; in testDownloadAndLauncherAndInstantAcceptsCorrectApps()
205 mEntry.hasLauncherEntry = false; in testDownloadAndLauncherAcceptsCorrectApps()
216 mEntry.hasLauncherEntry = false; in testDownloadAndLauncherAcceptsCorrectApps()
227 mEntry.hasLauncherEntry = true; in testDownloadAndLauncherAcceptsCorrectApps()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DApplicationsStateRoboTest.java291 assertThat(homeEntry.hasLauncherEntry).isFalse(); in testDefaultSession_isResumed_LoadsAll()
294 assertThat(launchableEntry.hasLauncherEntry).isTrue(); in testDefaultSession_isResumed_LoadsAll()
327 assertThat(launchableEntry.hasLauncherEntry).isFalse(); in testCustomSessionLoadsIconsOnly()
344 assertThat(launchableEntry.hasLauncherEntry).isFalse(); in testCustomSessionLoadsSizesOnly()
362 assertThat(launchableEntry.hasLauncherEntry).isFalse(); in testCustomSessionLoadsHomeOnly()
383 assertThat(launchableEntry.hasLauncherEntry).isTrue(); in testCustomSessionLoadsLeanbackOnly()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1204 entry.hasLauncherEntry = true; in handleMessage()
1557 public boolean hasLauncherEntry; field in ApplicationsState.AppEntry
1796 } else if (entry.hasLauncherEntry) {