/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/ |
D | PackageInstallerV2StatsTests.java | 95 List<AtomsProto.PackageInstallerV2Reported> reports = new ArrayList<>(); in installPackageUsingV2AndGetReport() local 98 reports.add(data.getAtom().getPackageInstallerV2Reported()); in installPackageUsingV2AndGetReport() 101 assertEquals(1, reports.size()); in installPackageUsingV2AndGetReport() 102 return reports.get(0); in installPackageUsingV2AndGetReport()
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | README.md | 13 This will show you the hid reports that the device produces. 15 To observe the MotionEvents that Android receives in response to the hid reports, write a small 18 historical data as well, since multiple reports could get batched into a single MotionEvent.
|
D | InputHidTestCase.java | 222 for (int i = 0; i < testData.reports.size(); i++) { in testInputDeviceEvents() 223 final String report = testData.reports.get(i); in testInputDeviceEvents() 394 for (int i = 0; i < testData.reports.size(); i++) { in testInputBatteryEvents() 395 final String report = testData.reports.get(i); in testInputBatteryEvents()
|
/cts/libs/input/src/com/android/cts/input/ |
D | InputJsonParser.java | 260 JSONArray reports = testcaseEntry.getJSONArray("reports"); in getHidTestData() local 262 for (int i = 0; i < reports.length(); i++) { in getHidTestData() 263 String report = reports.getString(i); in getHidTestData() 264 testData.reports.add(report); in getHidTestData() 332 JSONArray reports = testcaseEntry.getJSONArray("reports"); in getHidBatteryTestData() local 334 for (int i = 0; i < reports.length(); i++) { in getHidBatteryTestData() 335 String report = reports.getString(i); in getHidBatteryTestData() 336 testData.reports.add(report); in getHidBatteryTestData() 460 JSONArray reports = testcaseEntry.getJSONArray("injections"); in getUinputTestData() local 461 for (int i = 0; i < reports.length(); i++) { in getUinputTestData() [all …]
|
D | HidBatteryTestData.java | 30 public List<String> reports = new ArrayList<String>(); field in HidBatteryTestData
|
D | HidTestData.java | 35 public List<String> reports = new ArrayList<String>(); field in HidTestData
|
/cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/ |
D | JvmtiRedefineClassesTest.java | 76 public ArrayList<String> reports = new ArrayList<>(); field in JvmtiRedefineClassesTest.StringCollector 79 reports.add(data); in accept() 247 String[] output = c.reports.toArray(new String[0]); in checkRedefinedTransform()
|
/cts/suite/audio_quality/ |
D | Android.mk | 42 zip -rq $(notdir $@) android-cts-audio-quality -x android-cts-audio-quality/reports/\*
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/ |
D | HostAtomTests.java | 690 List<ConfigMetricsReportList> reports in getReportsFromStatsDataDumpProto() local 693 reports.add(ConfigMetricsReportList.parseFrom(reportListBytes)); in getReportsFromStatsDataDumpProto() 695 LogUtil.CLog.d("Got dumpsys stats output:\n " + reports.toString()); in getReportsFromStatsDataDumpProto() 696 return reports; in getReportsFromStatsDataDumpProto()
|
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/ |
D | EnterpriseMetricsRecorder.java | 184 return Arrays.stream(reportList.reports) in getEventMetricDataList()
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 15 // Contains proto definition for storing CTS reports.
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 103 reports=no
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 304 prevent such optimizations. However, measurement reports should
|
/cts/apps/CtsVerifier/ |
D | NOTICE.txt | 5872 http://www.unicode.org/Public/, http://www.unicode.org/reports/, 5875 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 8501 interested in any kind of bug reports. (`as is' distribution) 11391 http://www.unicode.org/Public/, http://www.unicode.org/reports/, 11394 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
|