Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DBackgroundActivityStartController.java136 BAL_ALLOW_PENDING_INTENT,
168 static final int BAL_ALLOW_PENDING_INTENT = field in BackgroundActivityStartController
206 case BAL_ALLOW_PENDING_INTENT -> "BAL_ALLOW_PENDING_INTENT"; in balCodeToString()
640 return BAL_ALLOW_PENDING_INTENT; in getCode()
1042 || balCode == BAL_ALLOW_PENDING_INTENT in checkActivityAllowedToStart()
1669 if (code == BAL_ALLOW_PENDING_INTENT in statsLog()
1674 writeBalAllowedLog(activityName, BAL_ALLOW_PENDING_INTENT, in statsLog()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackgroundActivityStartControllerTests.java19 import static com.android.server.wm.BackgroundActivityStartController.BAL_ALLOW_PENDING_INTENT;
509 new BalAllowedLog("package.app3/someClass", BAL_ALLOW_PENDING_INTENT)); in testPendingIntent_allowedByRealCallerAndOptIn_isAllowed()
/frameworks/proto_logging/stats/atoms/framework/
Dframework_extension_atoms.proto88 BAL_ALLOW_PENDING_INTENT = 5; enumerator