Home
last modified time | relevance | path

Searched defs:onActivityLaunched (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/car/services/builtInServices/src/com/android/internal/car/
DCarActivityInterceptor.java68 public void onActivityLaunched(TaskInfo taskInfo, ActivityInfo activityInfo, in onActivityLaunched() method in CarActivityInterceptor
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLaunchObserver.java148 public void onActivityLaunched(long id, ComponentName name, @Temperature int temperature, in onActivityLaunched() method in ActivityMetricsLaunchObserver
DLaunchObserverRegistryImpl.java87 public void onActivityLaunched(long id, ComponentName name, int temperature, int userId) { in onActivityLaunched() method in LaunchObserverRegistryImpl
DActivityInterceptorCallback.java73 default void onActivityLaunched(@NonNull TaskInfo taskInfo, @NonNull ActivityInfo activityInfo, in onActivityLaunched() method
DActivityStartInterceptor.java527 void onActivityLaunched(TaskInfo taskInfo, ActivityRecord r) { in onActivityLaunched() method in ActivityStartInterceptor
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java226 private void onActivityLaunched(ActivityRecord activity) { in onActivityLaunched() method in ActivityMetricsLaunchObserverTests
/frameworks/base/services/core/java/com/android/server/am/
DAppStartInfoTracker.java304 void onActivityLaunched(long id, ComponentName name, long temperature, ProcessRecord app) { in onActivityLaunched() method in AppStartInfoTracker
DAppProfiler.java2384 void onActivityLaunched() { in onActivityLaunched() method in AppProfiler