Searched refs:BalState (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | BackgroundActivityStartControllerExemptionTests.java | 151 BalState state) { in writeBalAllowedLog() 221 BackgroundActivityStartController.BalState balState = mController.new BalState(callingUid, in testNoExemption() 261 BackgroundActivityStartController.BalState balState = mController.new BalState(callingUid, in testCaller_appHasVisibleWindow() 293 BackgroundActivityStartController.BalState balState = mController.new BalState(callingUid, in testRealCaller_appHasVisibleWindow() 333 BackgroundActivityStartController.BalState balState = mController.new BalState(callingUid, in testCaller_appAllowedByBLPC() 369 BackgroundActivityStartController.BalState balState = mController.new BalState(callingUid, in testRealCaller_appAllowedByBLPC() 418 BackgroundActivityStartController.BalState balState = mController.new BalState(callingUid, in testRealCaller_appAllowedByBLPCforOtherProcess() 454 BackgroundActivityStartController.BalState balState = mController.new BalState(callingUid, in testRealCaller_isCompanionApp() 486 BackgroundActivityStartController.BalState balState = mController.new BalState(callingUid, in testCaller_balPermission() 520 BackgroundActivityStartController.BalState balState = mController.new BalState(callingUid, in testRealCaller_balPermission() [all …]
|
D | BackgroundActivityStartControllerTests.java | 145 BackgroundActivityStartController.BalState state) { in writeBalAllowedLog() 150 boolean shouldLogStats(BalVerdict finalVerdict, BalState state) { in shouldLogStats() 155 boolean shouldLogIntentActivity(BalVerdict finalVerdict, BalState state) { in shouldLogIntentActivity() 160 BalVerdict checkBackgroundActivityStartAllowedByCaller(BalState state) { in checkBackgroundActivityStartAllowedByCaller() 170 BalVerdict checkBackgroundActivityStartAllowedBySender(BalState state) { in checkBackgroundActivityStartAllowedBySender() 180 BalVerdict checkProcessAllowsBal(WindowProcessController app, BalState state) { in checkProcessAllowsBal() 537 BackgroundActivityStartController.BalState balState = mController in testBalState_regularStart_isAutoOptIn() 538 .new BalState(callingUid, callingPid, callingPackage, realCallingUid, in testBalState_regularStart_isAutoOptIn() 602 BackgroundActivityStartController.BalState balState = mController in testBalState_pendingIntentForResult_isOptedInForSenderOnly() 603 .new BalState(callingUid, callingPid, callingPackage, realCallingUid, in testBalState_pendingIntentForResult_isOptedInForSenderOnly() [all …]
|
D | BackgroundActivityStartControllerLogTests.java | 72 BackgroundActivityStartController.BalState mState; 190 mState = mController.new BalState(uid, APP1_PID, in useIntent() 201 mState = mController.new BalState(callerUid, APP1_PID, in usePendingIntent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BackgroundActivityStartController.java | 242 @VisibleForTesting class BalState { class 272 @VisibleForTesting BalState(int callingUid, int callingPid, final String callingPackage, in BalState() method in BalState 687 BalState state = new BalState(callingUid, callingPid, callingPackage, in checkBackgroundActivityStart() 771 private BalVerdict allowBasedOnCaller(BalState state) { in allowBasedOnCaller() 778 private BalVerdict allowBasedOnRealCaller(BalState state) { in allowBasedOnRealCaller() 785 private BalVerdict abortLaunch(BalState state) { in abortLaunch() 799 BalVerdict checkBackgroundActivityStartAllowedByCaller(BalState state) { in checkBackgroundActivityStartAllowedByCaller() 912 BalVerdict checkBackgroundActivityStartAllowedBySender(BalState state) { in checkBackgroundActivityStartAllowedBySender() 987 BalState state) { in checkProcessAllowsBal() 1261 BalState state = new BalState(callingUid, callingPid, packageName, INVALID_UID, in checkActivityAllowedToClearTask() [all …]
|
/frameworks/base/services/ |
D | art-wear-profile | 26340 …undActivityStartController$BalState;->-$$Nest$fgetmCallerApp(Lcom/android/server/wm/BackgroundActi… 26341 …ActivityStartController$BalState;->-$$Nest$fgetmCallingPackage(Lcom/android/server/wm/BackgroundAc… 26342 …ndActivityStartController$BalState;->-$$Nest$fgetmCallingPid(Lcom/android/server/wm/BackgroundActi… 26343 …ndActivityStartController$BalState;->-$$Nest$fgetmCallingUid(Lcom/android/server/wm/BackgroundActi… 26344 …oundActivityStartController$BalState;->-$$Nest$fgetmIntent(Lcom/android/server/wm/BackgroundActivi… 26345 …ActivityStartController$BalState;->-$$Nest$fgetmRealCallingUid(Lcom/android/server/wm/BackgroundAc… 26346 …ActivityStartController$BalState;->-$$Nest$fgetmResultForCaller(Lcom/android/server/wm/BackgroundA… 26347 …ActivityStartController$BalState;->-$$Nest$mcallerIsRealCaller(Lcom/android/server/wm/BackgroundAc… 26348 …undActivityStartController$BalState;->-$$Nest$mhasRealCaller(Lcom/android/server/wm/BackgroundActi… 26349 …ndActivityStartController$BalState;->-$$Nest$misPendingIntent(Lcom/android/server/wm/BackgroundAct… [all …]
|