HomeSort by relevance Sort by last modified time
    Searched refs:reportName (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
AudioTrack_ListenerTest.java 82 private void doTest(String reportName, boolean localTrack, boolean customHandler,
210 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, reportName);
AudioRecordTest.java     [all...]
DecoderTest.java 543 String reportName = decoderName + "_colorAspectsTest Test " + testId +
546 Log.d(TAG, reportName);
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 476 * @param reportName Simple tag that will print before the report and in
480 private void commandLineReport(String reportName, String command) {
481 Logger.err.println(reportName + ":");
493 .getLegacyExternalStorageDirectory(), reportName), true));
520 Logger.err.println("// " + reportName + " status was " + status);
526 Logger.err.println("// Exception from " + reportName + ":");
546 private void getBugreport(String reportName) {
547 reportName += MonkeyUtils.toCalendarTime(System.currentTimeMillis());
548 String bugreportName = reportName.replaceAll("[ ,:]", "_");
    [all...]
  /cts/tests/filesystem/src/android/filesystem/cts/
FileUtil.java 379 int bufferSize, int numberRepetition, String reportName, String streamName)
388 DeviceReportLog report = new DeviceReportLog(reportName, streamName);
410 DeviceReportLog report = new DeviceReportLog(reportName, String.format("%s_average",

Completed in 308 milliseconds