commit | 7370387b672f342b78de4aa90f088ff3fa66c865 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Thu Jul 25 16:18:13 2024 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Fri Jul 26 16:30:12 2024 +0900 |
tree | c5afe6ae561a1368a16359912f231ef705431468 | |
parent | bfc533d528e3c01f4e636cabdc3e21c90304dc22 [diff] |
Consolidate CMD/EVENT constants into IpClientCommands inner class * Moved all constants prefixed with CMD_ and EVENT_ from the IpClient class into the IpClientCommands inner class. * This prevents unnecessary execution of MessageUtils.findMessageNames() on the entire IpClient class, avoiding potential ClassNotFoundException issues when using R+ APIs. Test: TH Change-Id: I6486dc60443ee6899c156e7930a1156c82bdddf3