Searched defs:originatingPendingIntent (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | BackgroundActivityStartControllerExemptionTests.java | 217 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testNoExemption() local 257 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testCaller_appHasVisibleWindow() local 289 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testRealCaller_appHasVisibleWindow() local 329 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testCaller_appAllowedByBLPC() local 365 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testRealCaller_appAllowedByBLPC() local 414 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testRealCaller_appAllowedByBLPCforOtherProcess() local 450 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testRealCaller_isCompanionApp() local 482 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testCaller_balPermission() local 515 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testRealCaller_balPermission() local 550 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testCaller_sawPermission() local [all …]
|
D | BackgroundActivityStartControllerTests.java | 240 PendingIntentRecord originatingPendingIntent = null; in testRegularActivityStart_noExemption_isBlocked() local 275 PendingIntentRecord originatingPendingIntent = null; in testRegularActivityStart_notAllowed_isBlocked() local 310 PendingIntentRecord originatingPendingIntent = null; in testRegularActivityStart_allowedByCaller_isAllowed() local 345 PendingIntentRecord originatingPendingIntent = null; in testRegularActivityStart_allowedByRealCaller_isAllowed() local 379 PendingIntentRecord originatingPendingIntent = null; in testRegularActivityStart_allowedByCallerAndRealCaller_returnsCallerVerdict() local 417 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testPendingIntent_allowedByCallerAndRealCallerButOptOut_isBlocked() local 456 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testPendingIntent_allowedByCallerAndOptIn_isAllowed() local 493 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testPendingIntent_allowedByRealCallerAndOptIn_isAllowed() local 529 PendingIntentRecord originatingPendingIntent = null; in testBalState_regularStart_isAutoOptIn() local 594 PendingIntentRecord originatingPendingIntent = mPendingIntentRecord; in testBalState_pendingIntentForResult_isOptedInForSenderOnly() local [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityStartController.java | 291 boolean validateIncomingUser, PendingIntentRecord originatingPendingIntent, in startActivityInPackage() 335 PendingIntentRecord originatingPendingIntent, in startActivitiesInPackage() 361 boolean validateIncomingUser, PendingIntentRecord originatingPendingIntent, in startActivitiesInPackage() 378 int userId, String reason, PendingIntentRecord originatingPendingIntent, in startActivities()
|
D | BackgroundActivityStartController.java | 275 PendingIntentRecord originatingPendingIntent, in BalState() 676 PendingIntentRecord originatingPendingIntent, in checkBackgroundActivityStart()
|
D | ActivityTaskManagerInternal.java | 225 boolean validateIncomingUser, PendingIntentRecord originatingPendingIntent, in startActivitiesInPackage() 249 boolean validateIncomingUser, PendingIntentRecord originatingPendingIntent, in startActivityInPackage()
|
D | ActivityStarter.java | 416 PendingIntentRecord originatingPendingIntent; field in ActivityStarter.Request 3325 ActivityStarter setOriginatingPendingIntent(PendingIntentRecord originatingPendingIntent) { in setOriginatingPendingIntent()
|
D | ActivityTaskManagerService.java | 6020 boolean validateIncomingUser, PendingIntentRecord originatingPendingIntent, in startActivitiesInPackage() 6034 boolean validateIncomingUser, PendingIntentRecord originatingPendingIntent, in startActivityInPackage()
|