Home
last modified time | relevance | path

Searched refs:streamName (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReportLog.java169 public ReportLog(String reportLogName, String streamName) { in ReportLog() argument
171 mStreamName = streamName; in ReportLog()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/tradefed/testtype/
DSecurityTestCase.java348 String streamName = methodName.replaceAll("(\\p{Upper})", "_$1").toLowerCase(); in buildMetricsReportLog() local
356 streamName, in buildMetricsReportLog()