Home
last modified time | relevance | path

Searched refs:pendingIntent2 (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/slice/
DSliceUtilTest.kt101 val pendingIntent2 = intent.createBrowsePendingIntent() in createBrowsePendingIntentTest() constant
102 assertThat(pendingIntent2).isNotNull() in createBrowsePendingIntentTest()
103 assertThat(pendingIntent2!!.isActivity).isTrue() in createBrowsePendingIntentTest()
104 assertThat(pendingIntent2.isImmutable).isTrue() in createBrowsePendingIntentTest()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DISplitScreen.aidl136 in ShortcutInfo shortcutInfo1, in Bundle options1, in PendingIntent pendingIntent2, in startIntentsWithLegacyTransition() argument
144 in ShortcutInfo shortcutInfo1, in Bundle options1, in PendingIntent pendingIntent2, in startIntents() argument
DSplitScreenController.java750 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntentsWithLegacyTransition() argument
757 final String packageName2 = SplitScreenUtils.getPackageName(pendingIntent2); in startIntentsWithLegacyTransition()
766 pendingIntent2 = null; in startIntentsWithLegacyTransition()
776 shortcutInfo1, options1, pendingIntent2, fillInIntent2, shortcutInfo2, options2, in startIntentsWithLegacyTransition()
782 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntents() argument
789 final String packageName2 = SplitScreenUtils.getPackageName(pendingIntent2); in startIntents()
809 pendingIntent2 = null; in startIntents()
823 activityOptions1.toBundle(), pendingIntent2, fillInIntent2, shortcutInfo2, in startIntents()
1366 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntentsWithLegacyTransition() argument
1373 shortcutInfo1, options1, pendingIntent2, userId2, shortcutInfo2, in startIntentsWithLegacyTransition()
[all …]
DStageCoordinator.java855 @Nullable PendingIntent pendingIntent2, Intent fillInIntent2, in startIntents() argument
862 (pendingIntent2 != null ? pendingIntent2.getIntent() : "null"), in startIntents()
865 if (pendingIntent2 == null) { in startIntents()
879 pendingIntent2, in startIntents()
918 wct.sendPendingIntent(pendingIntent2, fillInIntent2, options2); in startIntents()
931 PendingIntent pendingIntent2, Bundle options1, Bundle options2, in handlePippedSplitIntentsLaunch() argument
936 boolean secondIntentPipped = mMixedHandler.isIntentInPip(pendingIntent2); in handlePippedSplitIntentsLaunch()
946 PendingIntent intentToLaunch = secondIntentPipped ? pendingIntent1 : pendingIntent2; in handlePippedSplitIntentsLaunch()
998 @Nullable PendingIntent pendingIntent2, Intent fillInIntent2, in startIntentsWithLegacyTransition() argument
1004 if (pendingIntent2 == null) { in startIntentsWithLegacyTransition()
[all …]
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DStageCoordinatorTests.java426 PendingIntent pendingIntent2 = mock(PendingIntent.class); in testSplitIntentsWithPippedApp_launchFullscreen() local
436 pendingIntent2, in testSplitIntentsWithPippedApp_launchFullscreen()
449 when(mDefaultMixedHandler.isIntentInPip(pendingIntent2)).thenReturn(true); in testSplitIntentsWithPippedApp_launchFullscreen()
455 pendingIntent2, in testSplitIntentsWithPippedApp_launchFullscreen()