Searched defs:PullInfo (Results 1 – 2 of 2) sorted by relevance
45 struct PullInfo { struct49 const SimpleAtomMatcher mPullerMatcher;50 const int64_t mIntervalMs;51 int64_t mPrevPullElapsedRealtimeMs;52 const std::vector<std::string> mPullPackages;53 const std::vector<int32_t> mPullUids;
85 ShellSubscriberClient::PullInfo::PullInfo(const SimpleAtomMatcher& matcher, int64_t startTimeMs, in PullInfo() function in android::os::statsd::ShellSubscriberClient::PullInfo