Searched refs:getReportList (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/uidmap/ |
H A D | UidMapTests.java | 39 ConfigMetricsReportList reports = getReportList(); in testUidSnapshotIncluded() 77 ConfigMetricsReportList reports = getReportList(); in testChangeFromInstallation() 101 ConfigMetricsReportList reports = getReportList(); in testChangeFromReinstall() 124 ConfigMetricsReportList reports = getReportList(); in testChangeFromUninstall()
|
/aosp12/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/ |
H A D | LocalDrive.java | 201 Utils.getReportList(configId, true /* clearData */, true /* SHELL_UID */, sLogger, in updateConfig() 271 reportList = Utils.getReportList(configId, clearData, true /* SHELL_UID */, sLogger, in cmdGetData() 316 Utils.getReportList(configId, true /* clearData */, true /* SHELL_UID */, sLogger, in cmdClear()
|
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/ |
H A D | MetricActivationTests.java | 230 ConfigMetricsReportList reportList = getReportList(); in testCancellation() 371 ConfigMetricsReportList reportList = getReportList(); in testRestart() 503 ConfigMetricsReportList reportList = getReportList(); in testMultipleActivations()
|
H A D | CountMetricsTests.java | 275 ConfigMetricsReportList reports = getReportList(); in testPartialBucketCountMetric()
|
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/ |
H A D | AtomTestCase.java | 145 getReportList(); // Clears data. in setUp() 312 ConfigMetricsReportList reportList = getReportList(); in getEventMetricDataList() 360 ConfigMetricsReportList reportList = getReportList(); in getGaugeMetricDataList() 447 ConfigMetricsReportList reportList = getReportList(); in getDurationMetricDataList() 468 ConfigMetricsReportList reportList = getReportList(); in getCountMetricDataList() 489 ConfigMetricsReportList reportList = getReportList(); in getValueMetricDataList() 513 ConfigMetricsReportList reportList = getReportList(); in getConfigMetricsReport() 519 protected ConfigMetricsReportList getReportList() throws Exception { in getReportList() method in AtomTestCase
|
H A D | DeviceAtomTestCase.java | 105 getReportList(); // Clears previous data on disk. in doDeviceMethod()
|
/aosp12/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/ |
H A D | Utils.java | 89 public static ConfigMetricsReportList getReportList(long configId, boolean clearData, in getReportList() method in Utils
|
/aosp12/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/ |
H A D | TestDrive.java | 190 return Utils.getReportList(CONFIG_ID, true, false, LOGGER, in testDriveAndGetReports()
|