Searched refs:convertActivityRecordToProto (Results 1 – 2 of 2) sorted by relevance
1045 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
108 return ActivityMetricsLogger.convertActivityRecordToProto(record); in activityRecordToProto()