/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityMetricsLaunchObserverTests.java | 156 private long onIntentStarted(Intent intent) { in onIntentStarted() method in ActivityMetricsLaunchObserverTests 164 verifyAsync(mLaunchObserver).onIntentStarted(eq(intent), captor.capture()); in onIntentStarted() 173 final long id = onIntentStarted(new Intent("testOnIntentFailed")); in testOnIntentFailed() 227 onIntentStarted(activity.intent); in onActivityLaunched() 331 onIntentStarted(mTopActivity.intent); in testOnReportFullyDrawn() 355 onIntentStarted(mTrampolineActivity.intent); in onActivityLaunchedTrampoline() 360 onIntentStarted(mTopActivity.intent); in onActivityLaunchedTrampoline() 470 onIntentStarted(mTopActivity.intent); in testActivityDrawnBeforeTransition() 490 onIntentStarted(mTopActivity.intent); in testActivityDrawnWithoutTransition()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | ActivityLaunchAnimatorTest.kt | 116 verify(controller).onIntentStarted(willAnimateCaptor.capture()) 126 verify(controller).onIntentStarted(willAnimateCaptor.capture()) 143 verify(controller).onIntentStarted(willAnimateCaptor.capture()) 156 verify(controller).onIntentStarted(willAnimateCaptor.capture()) 261 override fun onIntentStarted(willAnimate: Boolean) {
|
H A D | GhostedViewLaunchAnimatorControllerTest.kt | 38 controller.onIntentStarted(willAnimate = true)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarLaunchAnimatorController.kt | 26 override fun onIntentStarted(willAnimate: Boolean) { 27 delegate.onIntentStarted(willAnimate)
|
H A D | ActivityStarterImpl.kt | 689 override fun onIntentStarted(willAnimate: Boolean) { 690 delegate?.onIntentStarted(willAnimate)
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | LaunchObserverRegistryImpl.java | 72 public void onIntentStarted(Intent intent, long timestampNs) { in onIntentStarted() method in LaunchObserverRegistryImpl 128 mList.get(i).onIntentStarted(intent, timestampNs); in handleOnIntentStarted()
|
H A D | ActivityMetricsLaunchObserver.java | 114 public void onIntentStarted(@NonNull Intent intent, long timestampNanos) { in onIntentStarted() method in ActivityMetricsLaunchObserver
|
H A D | ActivityMetricsLogger.java | 1705 mLaunchObserver.onIntentStarted(intent, timestampNs); in launchObserverNotifyIntentStarted()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationLaunchAnimatorControllerTest.kt | 79 controller.onIntentStarted(willAnimate = false) 158 controller.onIntentStarted(willAnimate = true)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationLaunchAnimatorController.kt | 145 override fun onIntentStarted(willAnimate: Boolean) {
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ActivityLaunchAnimator.kt | 275 this.onIntentStarted(willAnimate) 433 fun onIntentStarted(willAnimate: Boolean) {} regex
|
H A D | DialogLaunchAnimator.kt | 395 override fun onIntentStarted(willAnimate: Boolean) { 396 controller.onIntentStarted(willAnimate)
|
/aosp14/frameworks/base/services/profcollect/src/com/android/server/profcollect/ |
H A D | ProfcollectForwardingService.java | 302 public void onIntentStarted(Intent intent, long timestampNanos) { in onIntentStarted() method in ProfcollectForwardingService.AppLaunchObserver
|