AML: update experiment id logic
Update the experiment id logic for binary push and train info to reflect
the new design.
Bug: 131267440
Test: gts tests added in topic
Test: gts-tradefed run gts-dev --module GtsStatsdHostTestCases
Change-Id: I09ff331c9d4b91c2e13a51b832c33d11b34ec0d7
diff --git a/cmds/statsd/src/StatsService.h b/cmds/statsd/src/StatsService.h
index 929d260..0b6df8b 100644
--- a/cmds/statsd/src/StatsService.h
+++ b/cmds/statsd/src/StatsService.h
@@ -189,8 +189,11 @@
* Binder call to log BinaryPushStateChanged atom.
*/
virtual Status sendBinaryPushStateChangedAtom(
- const android::String16& trainName, int64_t trainVersionCode, int options,
- int32_t state, const std::vector<int64_t>& experimentIds) override;
+ const android::String16& trainNameIn,
+ const int64_t trainVersionCodeIn,
+ const int options,
+ const int32_t state,
+ const std::vector<int64_t>& experimentIdsIn) override;
/**
* Binder call to get registered experiment IDs.