Home
last modified time | relevance | path

Searched refs:APP_SWITCH_DISALLOW (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java528 static final int APP_SWITCH_DISALLOW = 0; field in ActivityTaskManagerService
537 APP_SWITCH_DISALLOW,
3941 mAppSwitchesState = APP_SWITCH_DISALLOW; in stopAppSwitches()
5706 if (mAppSwitchesState == APP_SWITCH_DISALLOW) { in handleMessage()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1504 assertEquals(ActivityTaskManagerService.APP_SWITCH_DISALLOW, mAtm.getBalAppSwitchesState()); in testTransientLaunch()