Home
last modified time | relevance | path

Searched defs:onActivityLaunchCancelled (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLaunchObserver.java173 public void onActivityLaunchCancelled(@Nullable @ActivityRecordProto byte[] abortingActivity); in onActivityLaunchCancelled() method
H A DLaunchObserverRegistryImpl.java97 public void onActivityLaunchCancelled( in onActivityLaunchCancelled() method in LaunchObserverRegistryImpl
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
H A DEventSequenceValidator.java165 public void onActivityLaunchCancelled(@Nullable @ActivityRecordProto byte[] activity) { in onActivityLaunchCancelled() method in EventSequenceValidator
/aosp12/frameworks/base/services/profcollect/src/com/android/server/profcollect/
H A DProfcollectForwardingService.java267 public void onActivityLaunchCancelled(byte[] abortingActivity) { in onActivityLaunchCancelled() method in ProfcollectForwardingService.AppLaunchObserver