Searched refs:onActivityLaunched (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityMetricsLaunchObserverTests.java | 173 onActivityLaunched(mTopActivity); in testLaunchState() 206 private void onActivityLaunched(ActivityRecord activity) { in onActivityLaunched() method in ActivityMetricsLaunchObserverTests 210 verifyAsync(mLaunchObserver).onActivityLaunched(eqProto(activity), anyInt()); in onActivityLaunched() 216 onActivityLaunched(mTopActivity); in testOnActivityLaunchFinished() 227 onActivityLaunched(mTopActivity); in testOnActivityLaunchCancelled_hasDrawn() 274 onActivityLaunched(mTrampolineActivity); in testOnReportFullyDrawn() 281 verifyAsync(mLaunchObserver).onActivityLaunched(eqProto(mTopActivity), anyInt()); in testOnReportFullyDrawn() 307 verifyAsync(mLaunchObserver).onActivityLaunched(eqProto(mTrampolineActivity), anyInt()); in onActivityLaunchedTrampoline() 430 onActivityLaunched(mTopActivity); in testConcurrentLaunches() 439 onActivityLaunched(otherActivity); in testConcurrentLaunches() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LaunchObserverRegistryImpl.java | 88 public void onActivityLaunched( in onActivityLaunched() method in LaunchObserverRegistryImpl 157 o.onActivityLaunched(activity, temperature); in handleOnActivityLaunched()
|
D | ActivityMetricsLaunchObserver.java | 151 public void onActivityLaunched(@NonNull @ActivityRecordProto byte[] activity, in onActivityLaunched() method
|
D | ActivityMetricsLogger.java | 1331 mLaunchObserver.onActivityLaunched(convertActivityRecordToProto(info.mLastLaunchedActivity), in launchObserverNotifyActivityLaunched()
|
/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/ |
D | EventSequenceValidator.java | 147 public void onActivityLaunched(@NonNull @ActivityRecordProto byte[] activity, in onActivityLaunched() method in EventSequenceValidator
|
D | IorapForwardingService.java | 409 public void onActivityLaunched(@NonNull @ActivityRecordProto byte[] activity,
|
/frameworks/base/services/profcollect/src/com/android/server/profcollect/ |
D | ProfcollectForwardingService.java | 262 public void onActivityLaunched(byte[] activity, int temperature) { in onActivityLaunched() method in ProfcollectForwardingService.AppLaunchObserver
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppProfiler.java | 2023 void onActivityLaunched() { in onActivityLaunched() method in AppProfiler
|
D | ActivityManagerService.java | 994 public void onActivityLaunched(byte[] activity, int temperature) { 995 mAppProfiler.onActivityLaunched();
|
/frameworks/base/services/ |
D | art-profile | 6146 HSPLcom/android/server/am/ActivityManagerService$2;->onActivityLaunched([BI)V+]Lcom/android/server/… 7092 HSPLcom/android/server/am/AppProfiler;->onActivityLaunched()V 37216 …ndroid/server/profcollect/ProfcollectForwardingService$AppLaunchObserver;->onActivityLaunched([BI)V 46910 HSPLcom/android/server/wm/LaunchObserverRegistryImpl;->onActivityLaunched([BI)V+]Landroid/os/Handle… 50982 HSPLcom/google/android/startop/iorap/EventSequenceValidator;->onActivityLaunched([BI)V 51016 …id/startop/iorap/IorapForwardingService$AppLaunchObserver;->lambda$onActivityLaunched$2$IorapForwa… 51022 HSPLcom/google/android/startop/iorap/IorapForwardingService$AppLaunchObserver;->onActivityLaunched(…
|