Searched refs:isHomeApp (Results 1 – 4 of 4) sorted by relevance
171 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()
290 assertThat(homeEntry.isHomeApp).isTrue(); in testDefaultSession_isResumed_LoadsAll()364 assertThat(launchableEntry.isHomeApp).isTrue(); in testCustomSessionLoadsHomeOnly()382 assertThat(launchableEntry.isHomeApp).isFalse(); in testCustomSessionLoadsLeanbackOnly()
1161 entry.isHomeApp = true; in handleMessage()1567 public boolean isHomeApp; field in ApplicationsState.AppEntry1798 } else if (hasFlag(entry.info.flags, ApplicationInfo.FLAG_SYSTEM) && entry.isHomeApp) {
1233 private boolean isHomeApp(int uid, @Nullable String packageName) { in isHomeApp() method in ActivityStarter1262 if (isHomeApp(callingUid, callingPackage)) { in shouldAbortBackgroundActivityStart()