Searched refs:logName (Results 1 – 2 of 2) sorted by relevance
468 public void verifyAndLog(long trackStartTimeNs, @Nullable String logName) { in verifyAndLog() argument510 if (logName != null) { in verifyAndLog()511 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, logName); in verifyAndLog()
817 private static void logFailures(@NonNull String logName, @NonNull List<String> failures) { in logFailures() argument819 DeviceReportLog log = new DeviceReportLog(REPORT_LOG_NAME, logName); in logFailures()