Merge "Add UID in AppInfo." into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9b4f62e681
@@ -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}.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user