Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/topics/
DTopicsEpochComputationPrecomputedClassifier.java226 EPOCH_START_TIMESTAMP_KEY, getTimestampFromLog(line)); in processLogCatStreamToGetMetricMap()
237 output.put(EPOCH_STOP_TIMESTAMP_KEY, getTimestampFromLog(line)); in processLogCatStreamToGetMetricMap()
260 private static Long getTimestampFromLog(String log) throws ParseException { in getTimestampFromLog() method in TopicsEpochComputationPrecomputedClassifier
DTopicsEpochComputationOnDeviceClassifier.java222 EPOCH_START_TIMESTAMP_KEY, getTimestampFromLog(line)); in processLogCatStreamToGetMetricMap()
233 output.put(EPOCH_STOP_TIMESTAMP_KEY, getTimestampFromLog(line)); in processLogCatStreamToGetMetricMap()
256 private static Long getTimestampFromLog(String log) throws ParseException { in getTimestampFromLog() method in TopicsEpochComputationOnDeviceClassifier