Searched refs:formattedTimestamp (Results 1 – 3 of 3) sorted by relevance
61 val formattedTimestamp = DATE_FORMAT.format(timestamp) in dump() constant64 printLikeLogcat(writer, formattedTimestamp, shortLevel, tag, messageToPrint) in dump()87 formattedTimestamp: String, in printLikeLogcat()92 pw.print(formattedTimestamp) in printLikeLogcat()
302 val formattedTimestamp = TABLE_LOG_DATE_FORMAT.format(timestamp) in dump() constant303 pw.print(formattedTimestamp) in dump()313 val formattedTimestamp = TABLE_LOG_DATE_FORMAT.format(timestamp) in logcatRepresentation() constant
77 val formattedTimestamp = DATE_FORMAT.format(scheduledFor) in logPrivacyItemsUpdateScheduled() constant78 str1 = formattedTimestamp in logPrivacyItemsUpdateScheduled()