/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | ISplitScreen.aidl | 93 oneway void startTasks(int taskId1, in Bundle options1, int taskId2, in Bundle options2, in startTasks() 100 oneway void startIntentAndTask(in PendingIntent pendingIntent, int userId1, in Bundle options1, in startIntentAndTask() 107 oneway void startShortcutAndTask(in ShortcutInfo shortcutInfo, in Bundle options1, int taskId, in startShortcutAndTask() 114 oneway void startTasksWithLegacyTransition(int taskId1, in Bundle options1, int taskId2, in startTasksWithLegacyTransition() 122 in Bundle options1, int taskId, in Bundle options2, int splitPosition, int snapPosition, in startIntentAndTaskWithLegacyTransition() 129 in Bundle options1, int taskId, in Bundle options2, int splitPosition, int snapPosition, in startShortcutAndTaskWithLegacyTransition() 136 in ShortcutInfo shortcutInfo1, in Bundle options1, in PendingIntent pendingIntent2, in startIntentsWithLegacyTransition() 144 in ShortcutInfo shortcutInfo1, in Bundle options1, in PendingIntent pendingIntent2, in startIntents()
|
D | SplitScreenController.java | 509 public void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() 612 @Nullable Bundle options1, int taskId, @Nullable Bundle options2, in startShortcutAndTaskWithLegacyTransition() 642 void startShortcutAndTask(@NonNull ShortcutInfo shortcutInfo, @Nullable Bundle options1, in startShortcutAndTask() 686 @Nullable Bundle options1, int taskId, @Nullable Bundle options2, in startIntentAndTaskWithLegacyTransition() 713 @Nullable Bundle options1, int taskId, @Nullable Bundle options2, in startIntentAndTask() 749 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntentsWithLegacyTransition() 781 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntents() 1131 public void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() 1297 public void startTasksWithLegacyTransition(int taskId1, @Nullable Bundle options1, in startTasksWithLegacyTransition() 1309 Bundle options1, int taskId, Bundle options2, int splitPosition, in startIntentAndTaskWithLegacyTransition() [all …]
|
D | StageCoordinator.java | 723 void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, @Nullable Bundle options2, in startTasks() 745 @Nullable Bundle options1, int taskId, @Nullable Bundle options2, in startIntentAndTask() 791 void startShortcutAndTask(ShortcutInfo shortcutInfo, @Nullable Bundle options1, in startShortcutAndTask() 802 wct.startShortcut(mContext.getPackageName(), shortcutInfo, options1); in startShortcutAndTask() local 810 wct.startShortcut(mContext.getPackageName(), shortcutInfo, options1); in startShortcutAndTask() local 854 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntents() 869 wct.startShortcut(mContext.getPackageName(), shortcutInfo1, options1); in startIntents() local 909 wct.startShortcut(mContext.getPackageName(), shortcutInfo1, options1); in startIntents() local 931 PendingIntent pendingIntent2, Bundle options1, Bundle options2, in handlePippedSplitIntentsLaunch() 967 void startTasksWithLegacyTransition(int taskId1, @Nullable Bundle options1, in startTasksWithLegacyTransition() [all …]
|
D | SplitScreen.java | 83 void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks()
|
/frameworks/base/media/java/android/media/browse/ |
D | MediaBrowserUtils.java | 31 public static boolean areSameOptions(Bundle options1, Bundle options2) { in areSameOptions() 51 public static boolean hasDuplicatedItems(Bundle options1, Bundle options2) { in hasDuplicatedItems()
|
/frameworks/libs/modules-utils/javatests/com/android/modules/expresslog/ |
D | UniformOptionsTest.java | 33 Histogram.UniformOptions options1 = new Histogram.UniformOptions(1, 100, 1000); in testGetBinsCount() local
|
D | ScaledRangeOptionsTest.java | 34 Histogram.ScaledRangeOptions options1 = new Histogram.ScaledRangeOptions(1, 100, 100, 2); in testGetBinsCount() local
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | BroadcastRecordTest.java | 496 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testMatchesDeliveryGroup() local 517 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testMatchesDeliveryGroup_withMatchingKey() local 562 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testMatchesDeliveryGroup_withMatchingFilter() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SafeActivityOptions.java | 256 @Nullable ActivityOptions mergeActivityOptions(@Nullable ActivityOptions options1, in mergeActivityOptions()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskStackChangedListenerTest.java | 299 ActivityOptions options1 = ActivityOptions.makeBasic().setLaunchDisplayId(virtualDisplayId); in testTaskDisplayChanged() local
|
D | DisplayAreaPolicyBuilderTest.java | 677 final Bundle options1 = new Bundle(); in testBuilder_addWindow_selectContainerForWindowFunc_selectBasedOnOptions() local
|