Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/
H A DApplicationsStateTest.java171 mEntry.isHomeApp = false; in testDownloadAndLauncherAndInstantAcceptsCorrectApps()
185 mEntry.isHomeApp = false; in testDownloadAndLauncherAndInstantAcceptsCorrectApps()
191 mEntry.isHomeApp = true; in testDownloadAndLauncherAndInstantAcceptsCorrectApps()
196 mEntry.isHomeApp = false; in testDownloadAndLauncherAndInstantAcceptsCorrectApps()
204 mEntry.isHomeApp = false; in testDownloadAndLauncherAcceptsCorrectApps()
215 mEntry.isHomeApp = false; in testDownloadAndLauncherAcceptsCorrectApps()
221 mEntry.isHomeApp = true; in testDownloadAndLauncherAcceptsCorrectApps()
226 mEntry.isHomeApp = false; in testDownloadAndLauncherAcceptsCorrectApps()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DApplicationsStateRoboTest.java290 assertThat(homeEntry.isHomeApp).isTrue(); in testDefaultSession_isResumed_LoadsAll()
364 assertThat(launchableEntry.isHomeApp).isTrue(); in testCustomSessionLoadsHomeOnly()
382 assertThat(launchableEntry.isHomeApp).isFalse(); in testCustomSessionLoadsLeanbackOnly()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1161 entry.isHomeApp = true; in handleMessage()
1567 public boolean isHomeApp; field in ApplicationsState.AppEntry
1798 } else if (hasFlag(entry.info.flags, ApplicationInfo.FLAG_SYSTEM) && entry.isHomeApp) {
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java1233 private boolean isHomeApp(int uid, @Nullable String packageName) { in isHomeApp() method in ActivityStarter
1262 if (isHomeApp(callingUid, callingPackage)) { in shouldAbortBackgroundActivityStart()