Home
last modified time | relevance | path

Searched refs:startIntents (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyboard/shortcut/
DFakeShortcutHelperStartActivity.kt23 val startIntents = mutableListOf<Intent>() constant in com.android.systemui.keyboard.shortcut.FakeShortcutHelperStartActivity
26 startIntents += intent in invoke()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/shortcut/ui/
DShortcutHelperActivityStarterTest.kt59 assertThat(fakeStartActivity.startIntents).isEmpty() in <lambda>()
125 assertThat(fakeStartActivity.startIntents).hasSize(numTimes) in <lambda>()
126 fakeStartActivity.startIntents.forEach { intent -> in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DISplitScreen.aidl143 oneway void startIntents(in PendingIntent pendingIntent1, int userId1, in startIntents() method
DSplitScreenController.java780 private void startIntents(PendingIntent pendingIntent1, int userId1, in startIntents() method in SplitScreenController
822 mStageCoordinator.startIntents(pendingIntent1, fillInIntent1, shortcutInfo1, in startIntents()
1379 public void startIntents(PendingIntent pendingIntent1, int userId1, in startIntents() method in SplitScreenController.ISplitScreenImpl
1387 controller.startIntents(pendingIntent1, userId1, shortcutInfo1, in startIntents()
DStageCoordinator.java853 void startIntents(PendingIntent pendingIntent1, Intent fillInIntent1, in startIntents() method in StageCoordinator
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DStageCoordinatorTests.java431 mStageCoordinator.startIntents( in testSplitIntentsWithPippedApp_launchFullscreen()
450 mStageCoordinator.startIntents( in testSplitIntentsWithPippedApp_launchFullscreen()