/frameworks/base/core/java/android/app/ |
D | ITaskStackListener.aidl | 99 void onTaskCreated(int taskId, in ComponentName componentName); in onTaskCreated() method
|
D | ActivityView.java | 156 public void onTaskCreated(int taskId, ComponentName componentName) { } in onTaskCreated() method in ActivityView.StateCallback 674 public void onTaskCreated(int taskId, ComponentName componentName) throws RemoteException { in onTaskCreated() method in ActivityView.TaskStackListenerImpl 684 mActivityViewCallback.onTaskCreated(taskId, componentName); in onTaskCreated()
|
D | TaskStackListener.java | 97 public void onTaskCreated(int taskId, ComponentName componentName) throws RemoteException { in onTaskCreated() method in TaskStackListener
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | TaskStackChangeListener.java | 68 public void onTaskCreated(int taskId, ComponentName componentName) { } in onTaskCreated() method in TaskStackChangeListener
|
D | TaskStackChangeListeners.java | 171 public void onTaskCreated(int taskId, ComponentName componentName) throws RemoteException { in onTaskCreated() method in TaskStackChangeListeners 326 mTaskStackListeners.get(i).onTaskCreated(msg.arg1, in handleMessage()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskStackChangedListenerTest.java | 112 public void onTaskCreated(int taskId, ComponentName componentName) in testTaskDescriptionChanged() 174 public void onTaskCreated(int taskId, ComponentName componentName) in testTaskChangeCallBacks()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistHandleReminderExpBehavior.java | 100 public void onTaskCreated(int taskId, ComponentName componentName) {
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskChangeNotificationController.java | 82 l.onTaskCreated(m.arg1, (ComponentName) m.obj);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | RecentsOnboarding.java | 129 public void onTaskCreated(int taskId, ComponentName componentName) {
|
/frameworks/base/api/ |
D | test-current.txt | 127 method public void onTaskCreated(int, android.content.ComponentName);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1627 HSPLandroid/app/ITaskStackListener$Stub$Proxy;->onTaskCreated(ILandroid/content/ComponentName;)V 2432 HSPLandroid/app/TaskStackListener;->onTaskCreated(ILandroid/content/ComponentName;)V
|
D | hiddenapi-greylist-max-o.txt | 7279 Landroid/app/ITaskStackListener$Stub$Proxy;->onTaskCreated(ILandroid/content/ComponentName;)V 7320 Landroid/app/ITaskStackListener;->onTaskCreated(ILandroid/content/ComponentName;)V 9629 Landroid/app/TaskStackListener;->onTaskCreated(ILandroid/content/ComponentName;)V
|