Searched refs:BAL_ALLOW_PENDING_INTENT (Results 1 – 3 of 3) sorted by relevance
136 BAL_ALLOW_PENDING_INTENT,168 static final int BAL_ALLOW_PENDING_INTENT = field in BackgroundActivityStartController206 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()
19 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()
88 BAL_ALLOW_PENDING_INTENT = 5; enumerator