Searched defs:onActivityLaunched (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/car/services/builtInServices/src/com/android/internal/car/ |
D | CarActivityInterceptor.java | 68 public void onActivityLaunched(TaskInfo taskInfo, ActivityInfo activityInfo, in onActivityLaunched() method in CarActivityInterceptor
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityMetricsLaunchObserver.java | 148 public void onActivityLaunched(long id, ComponentName name, @Temperature int temperature, in onActivityLaunched() method in ActivityMetricsLaunchObserver
|
D | LaunchObserverRegistryImpl.java | 87 public void onActivityLaunched(long id, ComponentName name, int temperature, int userId) { in onActivityLaunched() method in LaunchObserverRegistryImpl
|
D | ActivityInterceptorCallback.java | 73 default void onActivityLaunched(@NonNull TaskInfo taskInfo, @NonNull ActivityInfo activityInfo, in onActivityLaunched() method
|
D | ActivityStartInterceptor.java | 527 void onActivityLaunched(TaskInfo taskInfo, ActivityRecord r) { in onActivityLaunched() method in ActivityStartInterceptor
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityMetricsLaunchObserverTests.java | 226 private void onActivityLaunched(ActivityRecord activity) { in onActivityLaunched() method in ActivityMetricsLaunchObserverTests
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppStartInfoTracker.java | 304 void onActivityLaunched(long id, ComponentName name, long temperature, ProcessRecord app) { in onActivityLaunched() method in AppStartInfoTracker
|
D | AppProfiler.java | 2384 void onActivityLaunched() { in onActivityLaunched() method in AppProfiler
|