Searched defs:pendingIntent1 (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 | 135 oneway void startIntentsWithLegacyTransition(in PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition() 143 oneway void startIntents(in PendingIntent pendingIntent1, int userId1, in startIntents()
|
H A D | SplitScreenController.java | 731 private void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition() 762 private void startIntents(PendingIntent pendingIntent1, int userId1, in startIntents() 1282 public void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition() 1296 public void startIntents(PendingIntent pendingIntent1, int userId1, in startIntents()
|
H A D | StageCoordinator.java | 749 void startIntents(PendingIntent pendingIntent1, Intent fillInIntent1, in startIntents() 831 void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, Intent fillInIntent1, in startIntentsWithLegacyTransition()
|