Searched refs:isHomeApp (Results 1 – 5 of 5) sorted by relevance
181 mEntry.isHomeApp = false; in testDownloadAndLauncherAndInstantAcceptsCorrectApps()195 mEntry.isHomeApp = false; in testDownloadAndLauncherAndInstantAcceptsCorrectApps()201 mEntry.isHomeApp = true; in testDownloadAndLauncherAndInstantAcceptsCorrectApps()206 mEntry.isHomeApp = false; in testDownloadAndLauncherAndInstantAcceptsCorrectApps()214 mEntry.isHomeApp = false; in testDownloadAndLauncherAcceptsCorrectApps()225 mEntry.isHomeApp = false; in testDownloadAndLauncherAcceptsCorrectApps()231 mEntry.isHomeApp = true; in testDownloadAndLauncherAcceptsCorrectApps()236 mEntry.isHomeApp = false; in testDownloadAndLauncherAcceptsCorrectApps()244 mEntry.isHomeApp = false; in testDownloadAndLauncherNotInQuietAcceptsCorrectApps()255 mEntry.isHomeApp = false; in testDownloadAndLauncherNotInQuietAcceptsCorrectApps()[all …]
319 assertThat(homeEntry.isHomeApp).isTrue(); in testDefaultSession_isResumed_LoadsAll()393 assertThat(launchableEntry.isHomeApp).isTrue(); in testCustomSessionLoadsHomeOnly()411 assertThat(launchableEntry.isHomeApp).isFalse(); in testCustomSessionLoadsLeanbackOnly()
1249 entry.isHomeApp = true; in handleMessage()1662 public boolean isHomeApp; field in ApplicationsState.AppEntry1988 } else if (hasFlag(entry.info.flags, ApplicationInfo.FLAG_SYSTEM) && entry.isHomeApp) {2017 } else if (hasFlag(entry.info.flags, ApplicationInfo.FLAG_SYSTEM) && entry.isHomeApp) {
228 private boolean isHomeApp(int uid, @Nullable String packageName) { in isHomeApp() method827 if (isHomeApp(state.mCallingUid, state.mCallingPackage)) { in checkBackgroundActivityStartAllowedByCaller()919 || isHomeApp(state.mRealCallingUid, state.mRealCallingPackage); in checkBackgroundActivityStartAllowedBySender()
26372 PLcom/android/server/wm/BackgroundActivityStartController;->isHomeApp(ILjava/lang/String;)Z