Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackgroundActivityStartControllerExemptionTests.java21 import static com.android.server.wm.BackgroundActivityStartController.BAL_ALLOW_FOREGROUND;
325 new BalVerdict(BAL_ALLOW_FOREGROUND, false, "allowed")); in testCaller_appAllowedByBLPC()
345 BAL_ALLOW_FOREGROUND); in testCaller_appAllowedByBLPC()
362 new BalVerdict(BAL_ALLOW_FOREGROUND, false, "allowed")); in testRealCaller_appAllowedByBLPC()
381 BAL_ALLOW_FOREGROUND); in testRealCaller_appAllowedByBLPC()
411 new BalVerdict(BAL_ALLOW_FOREGROUND, false, "allowed")); in testRealCaller_appAllowedByBLPCforOtherProcess()
430 BAL_ALLOW_FOREGROUND); in testRealCaller_appAllowedByBLPCforOtherProcess()
DBackgroundLaunchProcessControllerTests.java21 import static com.android.server.wm.BackgroundActivityStartController.BAL_ALLOW_FOREGROUND;
171 assertThat(balVerdict.getCode()).isEqualTo(BAL_ALLOW_FOREGROUND); in testForegroundTask()
/frameworks/base/services/core/java/com/android/server/wm/
DBackgroundLaunchProcessController.java26 import static com.android.server.wm.BackgroundActivityStartController.BAL_ALLOW_FOREGROUND;
128 return new BalVerdict(BAL_ALLOW_FOREGROUND, /*background*/ false, in areBackgroundActivityStartsAllowed()
DBackgroundActivityStartController.java140 BAL_ALLOW_FOREGROUND,
187 static final int BAL_ALLOW_FOREGROUND = field in BackgroundActivityStartController
203 case BAL_ALLOW_FOREGROUND -> "BAL_ALLOW_FOREGROUND"; in balCodeToString()
1575 || balCode == BAL_ALLOW_FOREGROUND) { in getDebugInfoForActivitySecurity()
1677 if (code == BAL_ALLOW_PERMISSION || code == BAL_ALLOW_FOREGROUND in statsLog()
/frameworks/proto_logging/stats/atoms/framework/
Dframework_extension_atoms.proto92 BAL_ALLOW_FOREGROUND = 9; enumerator