Update AppSearch query stats comments.
The total query latency doesn't include binder latency time.
Update the comment to match the behavior.
Bug: 236396269
Test: presubmit
Change-Id: I41b7777a5d8e9775829e343a14ec30fa47d10376
diff --git a/stats/atoms.proto b/stats/atoms.proto
index 7f5546e..222d9a7 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -12320,7 +12320,7 @@
// frameworks/base/apex/appsearch/framework/java/android/app/appsearch/AppSearchResult.java
optional int32 status_code = 5;
- // Overall time used for query including estimated binder latency
+ // Overall time used for query which doesn't include estimated binder latency
optional int32 total_latency_millis = 6;
// Time used to rewrite the search spec.