Home
last modified time | relevance | path

Searched refs:convertActivityRecordToProto (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java1045 mLaunchObserver.onActivityLaunched(convertActivityRecordToProto(info.launchedActivity), in launchObserverNotifyActivityLaunched()
1060 info != null ? convertActivityRecordToProto(info.launchedActivity) : null; in launchObserverNotifyActivityLaunchCancelled()
1076 convertActivityRecordToProto(info.launchedActivity)); in launchObserverNotifyActivityLaunchFinished()
1083 convertActivityRecordToProto(ActivityRecord record) { in convertActivityRecordToProto() method in ActivityMetricsLogger
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java108 return ActivityMetricsLogger.convertActivityRecordToProto(record); in activityRecordToProto()