Searched defs:shortcutInfo1 (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | ISplitScreen.aidl | 136 in ShortcutInfo shortcutInfo1, in Bundle options1, in PendingIntent pendingIntent2, in startIntentsWithLegacyTransition() 144 in ShortcutInfo shortcutInfo1, in Bundle options1, in PendingIntent pendingIntent2, in startIntents()
|
H A D | SplitScreenController.java | 732 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntentsWithLegacyTransition() 763 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntents() 1283 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntentsWithLegacyTransition() 1297 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntents()
|
H A D | StageCoordinator.java | 750 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntents() 760 wct.startShortcut(mContext.getPackageName(), shortcutInfo1, options1); in startIntents() local 785 wct.startShortcut(mContext.getPackageName(), shortcutInfo1, options1); in startIntents() local 832 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntentsWithLegacyTransition() 848 wct.startShortcut(mContext.getPackageName(), shortcutInfo1, options1); in startIntentsWithLegacyTransition() local
|