Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBackgroundActivityStartController.java309 @BalCode int resultIfPiSenderAllowsBal = BAL_BLOCK; in checkBackgroundActivityStart() local
316 if (resultIfPiSenderAllowsBal != BAL_BLOCK in checkBackgroundActivityStart()
321 return resultIfPiSenderAllowsBal; in checkBackgroundActivityStart()
328 resultIfPiSenderAllowsBal, balAllowedByPiSender, in checkBackgroundActivityStart()
395 && resultIfPiSenderAllowsBal == BAL_BLOCK; in checkBackgroundActivityStart()
449 if (resultIfPiSenderAllowsBal != BAL_BLOCK in checkBackgroundActivityStart()
454 return resultIfPiSenderAllowsBal; in checkBackgroundActivityStart()
493 if (resultIfPiSenderAllowsBal != BAL_BLOCK) { in checkBackgroundActivityStart()
503 return resultIfPiSenderAllowsBal; in checkBackgroundActivityStart()
597 if (resultIfPiSenderAllowsBal != BAL_BLOCK in logStartAllowedAndReturnCode()
[all …]