Searched refs:BAL_ALLOW_FOREGROUND (Results 1 – 5 of 5) sorted by relevance
21 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()
21 import static com.android.server.wm.BackgroundActivityStartController.BAL_ALLOW_FOREGROUND;171 assertThat(balVerdict.getCode()).isEqualTo(BAL_ALLOW_FOREGROUND); in testForegroundTask()
26 import static com.android.server.wm.BackgroundActivityStartController.BAL_ALLOW_FOREGROUND;128 return new BalVerdict(BAL_ALLOW_FOREGROUND, /*background*/ false, in areBackgroundActivityStartsAllowed()
140 BAL_ALLOW_FOREGROUND,187 static final int BAL_ALLOW_FOREGROUND = field in BackgroundActivityStartController203 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()
92 BAL_ALLOW_FOREGROUND = 9; enumerator