Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afaa528e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add ContentSuggestionsService call counters"

parents fe2b320f 5da396ba
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,4 +22,8 @@ option java_outer_classname = "StatsEnums";
enum EventType {
  // Unknown.
  TYPE_UNKNOWN = 0;
  CONTENT_SUGGESTIONS_CLASSIFY_CONTENT_CALL_SUCCEEDED = 1;
  CONTENT_SUGGESTIONS_CLASSIFY_CONTENT_CALL_FAILED = 2;
  CONTENT_SUGGESTIONS_SUGGEST_CONTENT_CALL_SUCCEEDED = 3;
  CONTENT_SUGGESTIONS_SUGGEST_CONTENT_CALL_FAILED = 4;
}