Merge "Add UID in AppInfo." into udc-dev

This commit is contained in:
Anushree Ganjam
2023-06-02 01:17:29 +00:00
committed by Android (Google) Code Review
12 changed files with 129 additions and 31 deletions
@@ -978,6 +978,14 @@ public class StatsLogManager implements ResourceBasedOverride {
return this;
}
/**
* Sets list of uid for each of {@link com.android.app.search.ResultType} that indicates
* package name for the impression event.
*/
default StatsImpressionLogger withUids(IntArray uid) {
return this;
}
/**
* Builds the final message and logs it as {@link EventEnum}.
*/