Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingBoundsTests.java90 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()
DActivityEmbeddingCrossUidTests.java112 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()
DActivityStackApisTests.java119 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()
DSplitAttributesCalculatorTest.java83 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()
DSplitAttributesRuntimeApisTests.java95 activityIntentPair -> true, /* activityIntentPairPredicate */ in testInvalidateTopVisibleSplitAttributes()
146 activityIntentPair -> true, /* activityIntentPairPredicate */ in testUpdateSplitAttributes()
DActivityEmbeddingIntegrationTests.java95 activityIntentPair -> true, in testDisplayFeaturesWithEmbedding()
136 activityIntentPair -> true, in testClearSplitInfoCallback()
DActivityEmbeddingLaunchTests.java82 activityActivityPredicate, activityIntentPair -> true /* activityIntentPredicate */, in testSplitWithPrimaryActivity()
331 activityIntentPair -> primaryActivity.equals(activityIntentPair.first); in testSecondaryActivityLaunchAbove()
DActivityEmbeddingFocusTests.java172 activityIntentPair -> true /* activityIntentPredicate */, in setupActivities()
DActivityEmbeddingFinishTests.java339 activityIntentPair -> true /* any intent will put an activity into a split */, in start()
DPinActivityStackTests.java295 activityIntentPair -> true, windowMetrics -> true).setDefaultSplitAttributes( in pinExpandActivityAndResizeDisplay()
/cts/tests/framework/base/windowmanager/jetpack/SignedApp/src/android/server/wm/jetpack/signed/
DSignedEmbeddingActivity.java87 activityIntentPair -> true /* activityIntentPredicate */, in startActivityInSplit()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DActivityEmbeddingUtil.java97 activityIntentPair -> true, in createWildcardSplitPairRule()
120 activityIntentPair -> activityIntentPair.first.getClass().equals(activityClass), in createWildcardSplitPairRuleBuilderWithPrimaryActivityClass()