/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTransitionAnimatorController.kt | 34 override fun onIntentStarted(willAnimate: Boolean) { in onIntentStarted() method in com.android.systemui.statusbar.phone.StatusBarTransitionAnimatorController 35 delegate.onIntentStarted(willAnimate) in onIntentStarted()
|
D | LegacyActivityStarterInternalImpl.kt | 550 override fun onIntentStarted(willAnimate: Boolean) { in <lambda>() method 551 delegate.onIntentStarted(willAnimate) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | ActivityTransitionAnimatorTest.kt | 134 verify(controller).onIntentStarted(willAnimateCaptor.capture()) in <lambda>() 144 verify(controller).onIntentStarted(willAnimateCaptor.capture()) in <lambda>() 161 verify(controller).onIntentStarted(willAnimateCaptor.capture()) in <lambda>() 174 verify(controller).onIntentStarted(willAnimateCaptor.capture()) in <lambda>() 472 override fun onIntentStarted(willAnimate: Boolean) { in onIntentStarted() method in com.android.systemui.animation.TestTransitionAnimatorController
|
D | GhostedViewTransitionAnimatorControllerTest.kt | 49 controller.onIntentStarted(willAnimate = true) in animatingOrphanViewDoesNotCrash()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LaunchObserverRegistryImpl.java | 72 public void onIntentStarted(Intent intent, long timestampNs) { in onIntentStarted() method in LaunchObserverRegistryImpl 129 mList.get(i).onIntentStarted(intent, timestampNs); in handleOnIntentStarted()
|
D | ActivityMetricsLaunchObserver.java | 114 public void onIntentStarted(@NonNull Intent intent, long timestampNanos) { in onIntentStarted() method in ActivityMetricsLaunchObserver
|
D | ActivityMetricsLogger.java | 1772 mLaunchObserver.onIntentStarted(intent, timestampNs); in launchObserverNotifyIntentStarted()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationTransitionAnimatorControllerTest.kt | 83 controller.onIntentStarted(willAnimate = false) in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch() 175 controller.onIntentStarted(willAnimate = true) in testNotificationIsExpandingDuringAnimation()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | ApplicationStartInfoTest.java | 163 mAppStartInfoTracker.onIntentStarted(buildIntent(COMPONENT), in testApplicationStartInfo() 190 mAppStartInfoTracker.onIntentStarted(buildIntent(COMPONENT), in testApplicationStartInfo() 237 mAppStartInfoTracker.onIntentStarted(buildIntent(COMPONENT), in testApplicationStartInfo() 462 mAppStartInfoTracker.onIntentStarted(buildIntent(COMPONENT), startTime); in testInProgressRecordsLimit()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationTransitionAnimatorController.kt | 144 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/ |
D | DialogTransitionAnimator.kt | 404 override fun onIntentStarted(willAnimate: Boolean) { in <lambda>() method 405 controller.onIntentStarted(willAnimate) in <lambda>()
|
D | ActivityTransitionAnimator.kt | 334 this.onIntentStarted(willAnimate) in Controller() 587 fun onIntentStarted(willAnimate: Boolean) {} in onIntentStarted() method
|
/frameworks/base/services/profcollect/src/com/android/server/profcollect/ |
D | ProfcollectForwardingService.java | 299 public void onIntentStarted(Intent intent, long timestampNanos) { in onIntentStarted() method in ProfcollectForwardingService.AppLaunchObserver
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppStartInfoTracker.java | 262 void onIntentStarted(@NonNull Intent intent, long timestampNanos) { in onIntentStarted() method in AppStartInfoTracker
|
/frameworks/base/services/ |
D | art-wear-profile | 4382 PLcom/android/server/am/ActivityManagerService$2;->onIntentStarted(Landroid/content/Intent;J)V 5353 PLcom/android/server/am/AppStartInfoTracker;->onIntentStarted(Landroid/content/Intent;J)V 27500 PLcom/android/server/wm/LaunchObserverRegistryImpl;->onIntentStarted(Landroid/content/Intent;J)V
|