/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | ActivityLaunchAnimatorTest.kt | 108 verify(controller).onIntentStarted(willAnimateCaptor.capture()) 118 verify(controller).onIntentStarted(willAnimateCaptor.capture()) 137 verify(controller).onIntentStarted(willAnimateCaptor.capture()) 150 verify(controller).onIntentStarted(willAnimateCaptor.capture()) 229 override fun onIntentStarted(willAnimate: Boolean) {
|
H A D | GhostedViewLaunchAnimatorControllerTest.kt | 37 controller.onIntentStarted(willAnimate = true)
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityMetricsLaunchObserverTests.java | 149 private void onIntentStarted(Intent intent) { in onIntentStarted() method in ActivityMetricsLaunchObserverTests 155 verifyAsync(mLaunchObserver).onIntentStarted(eq(intent), anyLong()); in onIntentStarted() 162 onIntentStarted(new Intent("testOnIntentFailed")); in testOnIntentFailed() 210 onIntentStarted(activity.intent); in onActivityLaunched() 307 onIntentStarted(mTopActivity.intent); in testOnReportFullyDrawn() 332 onIntentStarted(mTrampolineActivity.intent); in onActivityLaunchedTrampoline() 339 onIntentStarted(mTopActivity.intent); in onActivityLaunchedTrampoline()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarLaunchAnimatorController.kt | 15 override fun onIntentStarted(willAnimate: Boolean) { 16 delegate.onIntentStarted(willAnimate)
|
H A D | StatusBar.java | 1752 public void onIntentStarted(boolean willAnimate) { in startActivity() 1753 getDelegate().onIntentStarted(willAnimate); in startActivity()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationLaunchAnimatorControllerTest.kt | 63 controller.onIntentStarted(willAnimate = false) 95 controller.onIntentStarted(willAnimate = true)
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | LaunchObserverRegistryImpl.java | 73 public void onIntentStarted(Intent intent, long timestampNs) { in onIntentStarted() method in LaunchObserverRegistryImpl 139 o.onIntentStarted(intent, timestampNs); in handleOnIntentStarted()
|
H A D | ActivityMetricsLaunchObserver.java | 119 public void onIntentStarted(@NonNull Intent intent, long timestampNanos); in onIntentStarted() method
|
H A D | ActivityMetricsLogger.java | 1422 mLaunchObserver.onIntentStarted(intent, timestampNs); in launchObserverNotifyIntentStarted()
|
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ActivityLaunchAnimator.kt | 189 this.onIntentStarted(willAnimate) 192 this.onIntentStarted(willAnimate) 277 fun onIntentStarted(willAnimate: Boolean) {} regex
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationLaunchAnimatorController.kt | 110 override fun onIntentStarted(willAnimate: Boolean) {
|
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/ |
H A D | EventSequenceValidator.java | 105 public void onIntentStarted(@NonNull Intent intent, long timestampNs) { in onIntentStarted() method in EventSequenceValidator
|
H A D | IorapForwardingService.java | 379 public void onIntentStarted(@NonNull Intent intent, long timestampNs) {
|
/aosp12/frameworks/base/services/profcollect/src/com/android/server/profcollect/ |
H A D | ProfcollectForwardingService.java | 252 public void onIntentStarted(Intent intent, long timestampNanos) { in onIntentStarted() method in ProfcollectForwardingService.AppLaunchObserver
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 1003 public void onIntentStarted(Intent intent, long timestampNs) {
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 6148 HSPLcom/android/server/am/ActivityManagerService$2;->onIntentStarted(Landroid/content/Intent;J)V 37218 HPLcom/android/server/profcollect/ProfcollectForwardingService$AppLaunchObserver;->onIntentStarted(… 46912 HSPLcom/android/server/wm/LaunchObserverRegistryImpl;->onIntentStarted(Landroid/content/Intent;J)V+… 50984 HSPLcom/google/android/startop/iorap/EventSequenceValidator;->onIntentStarted(Landroid/content/Inte… 51018 …roid/startop/iorap/IorapForwardingService$AppLaunchObserver;->lambda$onIntentStarted$0$IorapForwar… 51024 HSPLcom/google/android/startop/iorap/IorapForwardingService$AppLaunchObserver;->onIntentStarted(Lan…
|