Home
last modified time | relevance | path

Searched defs: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
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DISplitScreen.aidl136 in ShortcutInfo shortcutInfo1, in Bundle options1, in PendingIntent pendingIntent2, in startIntentsWithLegacyTransition()
144 in ShortcutInfo shortcutInfo1, in Bundle options1, in PendingIntent pendingIntent2, in startIntents()
DSplitScreenController.java750 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntentsWithLegacyTransition()
782 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntents()
1366 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntentsWithLegacyTransition()
1381 PendingIntent pendingIntent2, int userId2, @Nullable ShortcutInfo shortcutInfo2, in startIntents()
DStageCoordinator.java855 @Nullable PendingIntent pendingIntent2, Intent fillInIntent2, in startIntents()
931 PendingIntent pendingIntent2, Bundle options1, Bundle options2, in handlePippedSplitIntentsLaunch()
998 @Nullable PendingIntent pendingIntent2, Intent fillInIntent2, in startIntentsWithLegacyTransition()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DStageCoordinatorTests.java426 PendingIntent pendingIntent2 = mock(PendingIntent.class); in testSplitIntentsWithPippedApp_launchFullscreen() local