Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/
DApplicationsStateTest.java181 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 …]
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DApplicationsStateRoboTest.java319 assertThat(homeEntry.isHomeApp).isTrue(); in testDefaultSession_isResumed_LoadsAll()
393 assertThat(launchableEntry.isHomeApp).isTrue(); in testCustomSessionLoadsHomeOnly()
411 assertThat(launchableEntry.isHomeApp).isFalse(); in testCustomSessionLoadsLeanbackOnly()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1249 entry.isHomeApp = true; in handleMessage()
1662 public boolean isHomeApp; field in ApplicationsState.AppEntry
1988 } else if (hasFlag(entry.info.flags, ApplicationInfo.FLAG_SYSTEM) && entry.isHomeApp) {
2017 } else if (hasFlag(entry.info.flags, ApplicationInfo.FLAG_SYSTEM) && entry.isHomeApp) {
/frameworks/base/services/core/java/com/android/server/wm/
DBackgroundActivityStartController.java228 private boolean isHomeApp(int uid, @Nullable String packageName) { in isHomeApp() method
827 if (isHomeApp(state.mCallingUid, state.mCallingPackage)) { in checkBackgroundActivityStartAllowedByCaller()
919 || isHomeApp(state.mRealCallingUid, state.mRealCallingPackage); in checkBackgroundActivityStartAllowedBySender()
/frameworks/base/services/
Dart-wear-profile26372 PLcom/android/server/wm/BackgroundActivityStartController;->isHomeApp(ILjava/lang/String;)Z