Home
last modified time | relevance | path

Searched refs:onIntentStarted (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java156 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/
DStatusBarTransitionAnimatorController.kt34 override fun onIntentStarted(willAnimate: Boolean) { in onIntentStarted() method in com.android.systemui.statusbar.phone.StatusBarTransitionAnimatorController
35 delegate.onIntentStarted(willAnimate) in onIntentStarted()
DLegacyActivityStarterInternalImpl.kt550 override fun onIntentStarted(willAnimate: Boolean) { in <lambda>() method
551 delegate.onIntentStarted(willAnimate) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DActivityTransitionAnimatorTest.kt134 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
DGhostedViewTransitionAnimatorControllerTest.kt49 controller.onIntentStarted(willAnimate = true) in animatingOrphanViewDoesNotCrash()
/frameworks/base/services/core/java/com/android/server/wm/
DLaunchObserverRegistryImpl.java72 public void onIntentStarted(Intent intent, long timestampNs) { in onIntentStarted() method in LaunchObserverRegistryImpl
129 mList.get(i).onIntentStarted(intent, timestampNs); in handleOnIntentStarted()
DActivityMetricsLaunchObserver.java114 public void onIntentStarted(@NonNull Intent intent, long timestampNanos) { in onIntentStarted() method in ActivityMetricsLaunchObserver
DActivityMetricsLogger.java1772 mLaunchObserver.onIntentStarted(intent, timestampNs); in launchObserverNotifyIntentStarted()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorControllerTest.kt83 controller.onIntentStarted(willAnimate = false) in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch()
175 controller.onIntentStarted(willAnimate = true) in testNotificationIsExpandingDuringAnimation()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationStartInfoTest.java163 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/
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/
DDialogTransitionAnimator.kt404 override fun onIntentStarted(willAnimate: Boolean) { in <lambda>() method
405 controller.onIntentStarted(willAnimate) in <lambda>()
DActivityTransitionAnimator.kt334 this.onIntentStarted(willAnimate) in Controller()
587 fun onIntentStarted(willAnimate: Boolean) {} in onIntentStarted() 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/core/java/com/android/server/am/
DAppStartInfoTracker.java262 void onIntentStarted(@NonNull Intent intent, long timestampNanos) { in onIntentStarted() method in AppStartInfoTracker
/frameworks/base/services/
Dart-wear-profile4382 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