Searched refs:notifyActivityLaunching (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityMetricsLaunchObserverTests.java | 157 notifyActivityLaunching(intent); in onIntentStarted() 268 notifyActivityLaunching(noDrawnActivity.intent); in testOnActivityLaunchCancelled_finishedBeforeDrawn() 286 notifyActivityLaunching(mTrampolineActivity.intent); in testOnActivityLaunchWhileSleeping() 300 notifyActivityLaunching(mTopActivity.intent); in testOnActivityLaunchWhileSleeping() 367 private void notifyActivityLaunching(Intent intent) { in notifyActivityLaunching() method in ActivityMetricsLaunchObserverTests 369 mLaunchingState = mActivityMetricsLogger.notifyActivityLaunching(intent, in notifyActivityLaunching() 525 mActivityMetricsLogger.notifyActivityLaunching(mTopActivity.intent, in testConsecutiveLaunch() 548 mActivityMetricsLogger.notifyActivityLaunching(activityOnNewTask.intent, in testConsecutiveLaunchNewTask() 576 mActivityMetricsLogger.notifyActivityLaunching(activityOnNewDisplay.intent, in testConsecutiveLaunchOnDifferentDisplay() 595 mActivityMetricsLogger.notifyActivityLaunching(mTopActivity.intent, in testConsecutiveLaunchWithDifferentWindowingMode()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | RecentsAnimation.java | 210 mTaskSupervisor.getActivityMetricsLogger().notifyActivityLaunching(mTargetIntent); in startRecentsActivity()
|
H A D | ActivityMetricsLogger.java | 610 LaunchingState notifyActivityLaunching(Intent intent) { in notifyActivityLaunching() method in ActivityMetricsLogger 611 return notifyActivityLaunching(intent, null /* caller */, IGNORE_CALLER); in notifyActivityLaunching() 620 LaunchingState notifyActivityLaunching(Intent intent, @Nullable ActivityRecord caller, in notifyActivityLaunching() method in ActivityMetricsLogger
|
H A D | ActivityStartController.java | 592 mSupervisor.getActivityMetricsLogger().notifyActivityLaunching(intent); in startExistingRecents()
|
H A D | ActivityTaskSupervisor.java | 2884 mActivityMetricsLogger.notifyActivityLaunching(task.intent, in startActivityFromRecents()
|
H A D | ActivityStarter.java | 698 launchingState = mSupervisor.getActivityMetricsLogger().notifyActivityLaunching( in execute()
|