Searched refs:activityIntentPair (Results 1 – 12 of 12) sorted by relevance
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/ |
D | ActivityEmbeddingBoundsTests.java | 90 activityIntentPair -> true /* activityIntentPredicate */, in testParentWindowMetricsPredicate() 241 activityIntentPair -> matchesActivityIntentPair(activityIntentPair, activityAId, in testSplitRatio() 251 activityIntentPair -> matchesActivityIntentPair(activityIntentPair, activityBId, in testSplitRatio() 287 activityIntentPair -> true, in testHingeSplitType() 306 activityIntentPair -> true, in testExpandSplitType() 324 activityIntentPair -> true /* activityIntentPredicate */, in createUnevenWidthSplitPairRule() 333 static boolean matchesActivityIntentPair(@NonNull Pair<Activity, Intent> activityIntentPair, in matchesActivityIntentPair() argument 335 if (!(activityIntentPair.first instanceof TestActivityWithId)) { in matchesActivityIntentPair() 338 return primaryActivityId.equals(((TestActivityWithId) activityIntentPair.first).getId()) in matchesActivityIntentPair() 339 && secondaryActivityId.equals(activityIntentPair.second.getStringExtra( in matchesActivityIntentPair()
|
D | ActivityEmbeddingCrossUidTests.java | 112 activityActivityPredicate, activityIntentPair -> true /* activityIntentPredicate */, in testCrossUidActivityEmbeddingIsNotAllowed() 140 activityActivityPredicate, activityIntentPair -> true /* activityIntentPredicate */, in testCrossUidActivityEmbeddingIsNotAllowedWithoutPermission() 185 activityActivityPredicate, activityIntentPair -> true /* activityIntentPredicate */, in testUntrustedCrossUidActivityEmbeddingIsAllowedWithOptIn() 212 activityActivityPredicate, activityIntentPair -> true /* activityIntentPredicate */, in testUntrustedCrossUidActivityEmbedding_notAllowedForNonEmbeddable() 248 activityActivityPredicate, activityIntentPair -> true /* activityIntentPredicate */, in testCrossUidActivityEmbeddingIsAllowedWithEmbedAnyAppPermission() 283 activityActivityPredicate, activityIntentPair -> true /* activityIntentPredicate */, in testCrossUidActivityEmbeddingNotAllowedWithEmbedAnyAppPermission_flagDisabled() 363 activityActivityPredicate, activityIntentPair -> true /* activityIntentPredicate */, in testUntrustedCrossUidActivityEmbeddingRestoreFromPip()
|
D | ActivityStackApisTests.java | 119 activityIntentPair -> { in testFinishActivityStacks_finishAllSecondaryStacks_primaryStackExpand() 120 final Intent intent = activityIntentPair.second; in testFinishActivityStacks_finishAllSecondaryStacks_primaryStackExpand() 137 activityIntentPair -> { in testFinishActivityStacks_finishAllSecondaryStacks_primaryStackExpand() 138 final Intent intent = activityIntentPair.second; in testFinishActivityStacks_finishAllSecondaryStacks_primaryStackExpand()
|
D | SplitAttributesCalculatorTest.java | 83 activityIntentPair -> true, /* activityIntentPairPredicate */ in testSetAndClearSplitAttributesCalculator() 178 activityIntentPair -> true, /* activityIntentPairPredicate */ in testSplitAttributesCustomizationByCalculator() 210 activityIntentPair -> true, /* activityIntentPairPredicate */ in testSplitAttributesCalculatorInvocation_screenRotation() 261 activityIntentPair -> true, /* activityIntentPairPredicate */ in testSplitAttributesCalculatorInvocation_pip() 307 activityIntentPair -> true, /* activityIntentPairPredicate */ in testSplitAttributesCalculatorInvocation_splitScreen()
|
D | SplitAttributesRuntimeApisTests.java | 95 activityIntentPair -> true, /* activityIntentPairPredicate */ in testInvalidateTopVisibleSplitAttributes() 146 activityIntentPair -> true, /* activityIntentPairPredicate */ in testUpdateSplitAttributes()
|
D | ActivityEmbeddingIntegrationTests.java | 95 activityIntentPair -> true, in testDisplayFeaturesWithEmbedding() 136 activityIntentPair -> true, in testClearSplitInfoCallback()
|
D | ActivityEmbeddingLaunchTests.java | 82 activityActivityPredicate, activityIntentPair -> true /* activityIntentPredicate */, in testSplitWithPrimaryActivity() 331 activityIntentPair -> primaryActivity.equals(activityIntentPair.first); in testSecondaryActivityLaunchAbove()
|
D | ActivityEmbeddingFocusTests.java | 172 activityIntentPair -> true /* activityIntentPredicate */, in setupActivities()
|
D | ActivityEmbeddingFinishTests.java | 339 activityIntentPair -> true /* any intent will put an activity into a split */, in start()
|
D | PinActivityStackTests.java | 295 activityIntentPair -> true, windowMetrics -> true).setDefaultSplitAttributes( in pinExpandActivityAndResizeDisplay()
|
/cts/tests/framework/base/windowmanager/jetpack/SignedApp/src/android/server/wm/jetpack/signed/ |
D | SignedEmbeddingActivity.java | 87 activityIntentPair -> true /* activityIntentPredicate */, in startActivityInSplit()
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/ |
D | ActivityEmbeddingUtil.java | 97 activityIntentPair -> true, in createWildcardSplitPairRule() 120 activityIntentPair -> activityIntentPair.first.getClass().equals(activityClass), in createWildcardSplitPairRuleBuilderWithPrimaryActivityClass()
|