Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLaunchObserver.java119 public void onIntentStarted(@NonNull Intent intent, long timestampNanos); in onIntentStarted() method
DLaunchObserverRegistryImpl.java73 public void onIntentStarted(Intent intent, long timestampNs) { in onIntentStarted() method in LaunchObserverRegistryImpl
/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DEventSequenceValidator.java105 public void onIntentStarted(@NonNull Intent intent, long timestampNs) { in onIntentStarted() method in EventSequenceValidator
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java134 private void onIntentStarted(Intent intent) { in onIntentStarted() method in ActivityMetricsLaunchObserverTests