Searched refs:startIntents (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyboard/shortcut/ |
D | FakeShortcutHelperStartActivity.kt | 23 val startIntents = mutableListOf<Intent>() constant 26 startIntents += intent in invoke()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/shortcut/ui/ |
D | ShortcutHelperActivityStarterTest.kt | 59 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/ |
D | ISplitScreen.aidl | 143 oneway void startIntents(in PendingIntent pendingIntent1, int userId1, in startIntents() method
|
D | SplitScreenController.java | 780 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()
|
D | StageCoordinator.java | 853 void startIntents(PendingIntent pendingIntent1, Intent fillInIntent1, in startIntents() method in StageCoordinator
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/ |
D | StageCoordinatorTests.java | 431 mStageCoordinator.startIntents( in testSplitIntentsWithPippedApp_launchFullscreen() 450 mStageCoordinator.startIntents( in testSplitIntentsWithPippedApp_launchFullscreen()
|