Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/
H A DStatsManagerProxy.java25 byte[] getReports(long configKey) throws StatsUnavailableException; in getReports() method
H A DStatsManagerImpl.java31 public byte[] getReports(long configKey) throws StatsUnavailableException { in getReports() method in StatsManagerImpl
/aosp12/packages/modules/StatsD/framework/java/android/app/
H A DStatsManager.java384 public byte[] getReports(long configKey) throws StatsUnavailableException { in getReports() method in StatsManager
/aosp12/frameworks/base/cmds/incidentd/src/
H A DWorkDirectory.cpp569 status_t WorkDirectory::getReports(vector<sp<ReportFile>>* result, int64_t after) { in getReports() function in android::os::incidentd::WorkDirectory