Searched refs:timeStampInMs (Results 1 – 2 of 2) sorted by relevance
44 public final long timeStampInMs; field in ContextHubEventLogger.ContextHubEventBase52 timeStampInMs = mTimeStampInMs; in ContextHubEventBase()103 sb.append(ContextHubServiceUtil.formatDateFromTimestamp(timeStampInMs)); in toString()131 sb.append(ContextHubServiceUtil.formatDateFromTimestamp(timeStampInMs)); in toString()161 sb.append(ContextHubServiceUtil.formatDateFromTimestamp(timeStampInMs)); in toString()184 sb.append(ContextHubServiceUtil.formatDateFromTimestamp(timeStampInMs)); in toString()244 long timeStampInMs = System.currentTimeMillis(); in logNanoappLoad() local261 long timeStampInMs = System.currentTimeMillis(); in logNanoappUnload() local283 long timeStampInMs = System.currentTimeMillis(); in logMessageFromNanoapp() local305 long timeStampInMs = System.currentTimeMillis(); in logMessageToNanoapp() local[all …]
412 static String formatDateFromTimestamp(long timeStampInMs) { in formatDateFromTimestamp() argument413 return DATE_FORMATTER.format(Instant.ofEpochMilli(timeStampInMs)); in formatDateFromTimestamp()