/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | BackgroundActivityStartControllerExemptionTests.java | 218 BackgroundStartPrivileges forcedBalByPiSender = BackgroundStartPrivileges.NONE; in testNoExemption() local 223 originatingPendingIntent, forcedBalByPiSender, mResultRecord, intent, in testNoExemption() 258 BackgroundStartPrivileges forcedBalByPiSender = BackgroundStartPrivileges.NONE; in testCaller_appHasVisibleWindow() local 263 originatingPendingIntent, forcedBalByPiSender, mResultRecord, intent, in testCaller_appHasVisibleWindow() 290 BackgroundStartPrivileges forcedBalByPiSender = BackgroundStartPrivileges.NONE; in testRealCaller_appHasVisibleWindow() local 295 originatingPendingIntent, forcedBalByPiSender, mResultRecord, intent, in testRealCaller_appHasVisibleWindow() 330 BackgroundStartPrivileges forcedBalByPiSender = BackgroundStartPrivileges.NONE; in testCaller_appAllowedByBLPC() local 335 originatingPendingIntent, forcedBalByPiSender, mResultRecord, intent, in testCaller_appAllowedByBLPC() 366 BackgroundStartPrivileges forcedBalByPiSender = BackgroundStartPrivileges.NONE; in testRealCaller_appAllowedByBLPC() local 371 originatingPendingIntent, forcedBalByPiSender, mResultRecord, intent, in testRealCaller_appAllowedByBLPC() [all …]
|
D | BackgroundActivityStartControllerTests.java | 241 BackgroundStartPrivileges forcedBalByPiSender = BackgroundStartPrivileges.NONE; in testRegularActivityStart_noExemption_isBlocked() local 248 originatingPendingIntent, forcedBalByPiSender, mResultRecord, intent, in testRegularActivityStart_noExemption_isBlocked() 276 BackgroundStartPrivileges forcedBalByPiSender = BackgroundStartPrivileges.NONE; in testRegularActivityStart_notAllowed_isBlocked() local 283 originatingPendingIntent, forcedBalByPiSender, mResultRecord, intent, in testRegularActivityStart_notAllowed_isBlocked() 311 BackgroundStartPrivileges forcedBalByPiSender = BackgroundStartPrivileges.NONE; in testRegularActivityStart_allowedByCaller_isAllowed() local 318 originatingPendingIntent, forcedBalByPiSender, mResultRecord, intent, in testRegularActivityStart_allowedByCaller_isAllowed() 346 BackgroundStartPrivileges forcedBalByPiSender = BackgroundStartPrivileges.NONE; in testRegularActivityStart_allowedByRealCaller_isAllowed() local 353 originatingPendingIntent, forcedBalByPiSender, mResultRecord, intent, in testRegularActivityStart_allowedByRealCaller_isAllowed() 380 BackgroundStartPrivileges forcedBalByPiSender = BackgroundStartPrivileges.NONE; in testRegularActivityStart_allowedByCallerAndRealCaller_returnsCallerVerdict() local 387 originatingPendingIntent, forcedBalByPiSender, mResultRecord, intent, in testRegularActivityStart_allowedByCallerAndRealCaller_returnsCallerVerdict() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityStartController.java | 292 BackgroundStartPrivileges forcedBalByPiSender) { in startActivityInPackage() argument 313 .setBackgroundStartPrivileges(forcedBalByPiSender) in startActivityInPackage() 336 BackgroundStartPrivileges forcedBalByPiSender) { in startActivitiesInPackage() argument 339 validateIncomingUser, originatingPendingIntent, forcedBalByPiSender); in startActivitiesInPackage() 362 BackgroundStartPrivileges forcedBalByPiSender) { in startActivitiesInPackage() argument 372 originatingPendingIntent, forcedBalByPiSender); in startActivitiesInPackage() 379 BackgroundStartPrivileges forcedBalByPiSender) { in startActivities() argument 490 .setBackgroundStartPrivileges(forcedBalByPiSender); in startActivities()
|
D | ActivityTaskManagerInternal.java | 226 BackgroundStartPrivileges forcedBalByPiSender); in startActivitiesInPackage() argument 250 BackgroundStartPrivileges forcedBalByPiSender); in startActivityInPackage() argument
|
D | ActivityStarter.java | 417 BackgroundStartPrivileges forcedBalByPiSender; field in ActivityStarter.Request 481 forcedBalByPiSender = BackgroundStartPrivileges.NONE; in reset() 525 forcedBalByPiSender = request.forcedBalByPiSender; in set() 1169 request.forcedBalByPiSender, in executeRequest() 3330 ActivityStarter setBackgroundStartPrivileges(BackgroundStartPrivileges forcedBalByPiSender) { in setBackgroundStartPrivileges() argument 3331 mRequest.forcedBalByPiSender = forcedBalByPiSender; in setBackgroundStartPrivileges()
|
D | BackgroundActivityStartController.java | 276 BackgroundStartPrivileges forcedBalByPiSender, in BalState() argument 286 mForcedBalByPiSender = forcedBalByPiSender; in BalState() 677 BackgroundStartPrivileges forcedBalByPiSender, in checkBackgroundActivityStart() argument 689 forcedBalByPiSender, resultRecord, intent, checkedOptions); in checkBackgroundActivityStart()
|
D | ActivityTaskManagerService.java | 6021 BackgroundStartPrivileges forcedBalByPiSender) { in startActivitiesInPackage() argument 6026 forcedBalByPiSender); in startActivitiesInPackage() 6035 BackgroundStartPrivileges forcedBalByPiSender) { in startActivityInPackage() argument 6041 forcedBalByPiSender); in startActivityInPackage()
|