Searched refs:notifyActivityLaunching (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
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()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RecentsAnimation.java | 209 mTaskSupervisor.getActivityMetricsLogger().notifyActivityLaunching(mTargetIntent); in startRecentsActivity()
|
D | ActivityMetricsLogger.java | 622 LaunchingState notifyActivityLaunching(Intent intent) { in notifyActivityLaunching() method in ActivityMetricsLogger 623 return notifyActivityLaunching(intent, null /* caller */, IGNORE_CALLER); in notifyActivityLaunching() 632 LaunchingState notifyActivityLaunching(Intent intent, @Nullable ActivityRecord caller, in notifyActivityLaunching() method in ActivityMetricsLogger
|
D | ActivityStartController.java | 617 mSupervisor.getActivityMetricsLogger().notifyActivityLaunching(intent); in startExistingRecents()
|
D | ActivityTaskSupervisor.java | 2806 mActivityMetricsLogger.notifyActivityLaunching(task.intent, in startActivityFromRecents()
|
D | ActivityStarter.java | 735 launchingState = mSupervisor.getActivityMetricsLogger().notifyActivityLaunching( in execute()
|
/frameworks/base/services/ |
D | art-wear-profile | 25435 PLcom/android/server/wm/ActivityMetricsLogger;->notifyActivityLaunching(Landroid/content/Intent;Lco…
|