Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLaunchObserver.java114 public void onIntentStarted(@NonNull Intent intent, long timestampNanos) { in onIntentStarted() method in ActivityMetricsLaunchObserver
DLaunchObserverRegistryImpl.java72 public void onIntentStarted(Intent intent, long timestampNs) { in onIntentStarted() method in LaunchObserverRegistryImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTransitionAnimatorController.kt34 override fun onIntentStarted(willAnimate: Boolean) { in onIntentStarted() method in com.android.systemui.statusbar.phone.StatusBarTransitionAnimatorController
DLegacyActivityStarterInternalImpl.kt550 override fun onIntentStarted(willAnimate: Boolean) { in <lambda>() method
/frameworks/base/services/profcollect/src/com/android/server/profcollect/
DProfcollectForwardingService.java299 public void onIntentStarted(Intent intent, long timestampNanos) { in onIntentStarted() method in ProfcollectForwardingService.AppLaunchObserver
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java156 private long onIntentStarted(Intent intent) { in onIntentStarted() method in ActivityMetricsLaunchObserverTests
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt144 override fun onIntentStarted(willAnimate: Boolean) { in onIntentStarted() method in com.android.systemui.statusbar.notification.NotificationTransitionAnimatorController
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt587 fun onIntentStarted(willAnimate: Boolean) {} in onIntentStarted() method
DDialogTransitionAnimator.kt404 override fun onIntentStarted(willAnimate: Boolean) { in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DActivityTransitionAnimatorTest.kt472 override fun onIntentStarted(willAnimate: Boolean) { in onIntentStarted() method in com.android.systemui.animation.TestTransitionAnimatorController
/frameworks/base/services/core/java/com/android/server/am/
DAppStartInfoTracker.java262 void onIntentStarted(@NonNull Intent intent, long timestampNanos) { in onIntentStarted() method in AppStartInfoTracker