Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLaunchObserver.java146 public void onActivityLaunched(long id, ComponentName name, @Temperature int temperature) { in onActivityLaunched() method in ActivityMetricsLaunchObserver
H A DLaunchObserverRegistryImpl.java87 public void onActivityLaunched(long id, ComponentName name, int temperature) { in onActivityLaunched() method in LaunchObserverRegistryImpl
H A DActivityInterceptorCallback.java73 default void onActivityLaunched(@NonNull TaskInfo taskInfo, @NonNull ActivityInfo activityInfo, in onActivityLaunched() method
H A DActivityStartInterceptor.java487 void onActivityLaunched(TaskInfo taskInfo, ActivityRecord r) { in onActivityLaunched() method in ActivityStartInterceptor
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityMetricsLaunchObserverTests.java226 private void onActivityLaunched(ActivityRecord activity) { in onActivityLaunched() method in ActivityMetricsLaunchObserverTests
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java2248 void onActivityLaunched() { in onActivityLaunched() method in AppProfiler