Home
last modified time | relevance | path

Searched defs:SpyMetrics (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/apex/apexd/
H A Dapexd_test.cpp4929 struct SpyMetrics : Metrics { struct
4930 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()