Searched defs:SpyMetrics (Results 1 – 1 of 1) sorted by relevance
4929 struct SpyMetrics : Metrics { struct4930 std::vector<std::tuple<InstallType, bool, ApexFileInfo>> requested;4931 std::vector<std::tuple<std::string, InstallResult>> ended;4933 void SendInstallationRequested(InstallType install_type, bool is_rollback, in SendInstallationRequested()4937 void SendInstallationEnded(const std::string& file_hash, in SendInstallationEnded()