Home
last modified time | relevance | path

Searched defs:appSwitchState (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DBackgroundLaunchProcessController.java75 int appSwitchState, boolean isCheckingForFgsStart, in areBackgroundActivityStartsAllowed()
H A DWindowProcessController.java519 boolean areBackgroundActivityStartsAllowed(int appSwitchState) { in areBackgroundActivityStartsAllowed()
524 private boolean areBackgroundActivityStartsAllowed(int appSwitchState, in areBackgroundActivityStartsAllowed()
H A DActivityStarter.java1280 final int appSwitchState = mService.getBalAppSwitchesState(); in shouldAbortBackgroundActivityStart() local