Searched refs:notifyActivityLaunching (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityMetricsLaunchObserverTests.java | 134 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/ |
D | ActivityMetricsLogger.java | 455 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
|
D | RecentsAnimation.java | 191 mStackSupervisor.getActivityMetricsLogger().notifyActivityLaunching(mTargetIntent); in startRecentsActivity()
|
D | ActivityStarter.java | 609 .notifyActivityLaunching(r.intent, r.resultTo); in startResolvedActivity() 638 launchingState = mSupervisor.getActivityMetricsLogger().notifyActivityLaunching( in execute()
|
D | ActivityStackSupervisor.java | 2505 mActivityMetricsLogger.notifyActivityLaunching(task.intent); in startActivityFromRecents()
|
/frameworks/base/services/ |
D | art-profile | 34616 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…
|