Searched defs:SpyMetrics (Results 1 – 1 of 1) sorted by relevance
4667 struct SpyMetrics : Metrics { struct4668 std::vector<std::tuple<InstallType, bool, ApexFileInfo>> requested;4669 std::vector<std::tuple<std::string, InstallResult>> ended;4671 void SendInstallationRequested(InstallType install_type, bool is_rollback, in SendInstallationRequested()4675 void SendInstallationEnded(const std::string& file_hash, in SendInstallationEnded()