Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBackgroundLaunchProcessController.java24 import static com.android.server.wm.ActivityTaskManagerService.APP_SWITCH_ALLOW;
126 && (appSwitchState == APP_SWITCH_ALLOW || appSwitchState == APP_SWITCH_FG_ONLY)) { in areBackgroundActivityStartsAllowed()
134 if (appSwitchState == APP_SWITCH_ALLOW) { in areBackgroundActivityStartsAllowed()
H A DBackgroundActivityStartController.java27 import static com.android.server.wm.ActivityTaskManagerService.APP_SWITCH_ALLOW;
249 appSwitchState == APP_SWITCH_ALLOW || appSwitchState == APP_SWITCH_FG_ONLY; in checkBackgroundActivityStart()
H A DActivityTaskManagerService.java522 private volatile int mAppSwitchesState = APP_SWITCH_ALLOW;
534 static final int APP_SWITCH_ALLOW = 2; field in ActivityTaskManagerService
539 APP_SWITCH_ALLOW,
1317 mAppSwitchesState = APP_SWITCH_ALLOW; in startActivityIntentSender()
3952 mAppSwitchesState = APP_SWITCH_ALLOW; in resumeAppSwitches()