Home
last modified time | relevance | path

Searched refs:notifyActivityLaunching (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java134 notifyActivityLaunching(intent); in onIntentStarted()
201 notifyActivityLaunching(noDrawnActivity.intent); in testOnActivityLaunchCancelled_finishedBeforeDrawn()
241 private void notifyActivityLaunching(Intent intent) { in notifyActivityLaunching() method in ActivityMetricsLaunchObserverTests
243 mLaunchingState = mActivityMetricsLogger.notifyActivityLaunching(intent, in notifyActivityLaunching()
355 mActivityMetricsLogger.notifyActivityLaunching(activityOnNewDisplay.intent, in testConsecutiveLaunchOnDifferentDisplay()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java455 LaunchingState notifyActivityLaunching(Intent intent) { in notifyActivityLaunching() method in ActivityMetricsLogger
456 return notifyActivityLaunching(intent, null /* caller */, IGNORE_CALLER); in notifyActivityLaunching()
465 LaunchingState notifyActivityLaunching(Intent intent, @Nullable ActivityRecord caller) { in notifyActivityLaunching() method in ActivityMetricsLogger
466 return notifyActivityLaunching(intent, caller, Binder.getCallingUid()); in notifyActivityLaunching()
474 private LaunchingState notifyActivityLaunching(Intent intent, @Nullable ActivityRecord caller, in notifyActivityLaunching() method in ActivityMetricsLogger
DRecentsAnimation.java191 mStackSupervisor.getActivityMetricsLogger().notifyActivityLaunching(mTargetIntent); in startRecentsActivity()
DActivityStarter.java609 .notifyActivityLaunching(r.intent, r.resultTo); in startResolvedActivity()
638 launchingState = mSupervisor.getActivityMetricsLogger().notifyActivityLaunching( in execute()
DActivityStackSupervisor.java2505 mActivityMetricsLogger.notifyActivityLaunching(task.intent); in startActivityFromRecents()
/frameworks/base/services/
Dart-profile34616 HPLcom/android/server/wm/ActivityMetricsLogger;->notifyActivityLaunching(Landroid/content/Intent;)L…
34617 HSPLcom/android/server/wm/ActivityMetricsLogger;->notifyActivityLaunching(Landroid/content/Intent;L…
34618 HSPLcom/android/server/wm/ActivityMetricsLogger;->notifyActivityLaunching(Landroid/content/Intent;L…