Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageUtils.java62 private static final String CLOCK_SKEW_ERROR = "clock with skew to account"; field in BugStorageUtils
317 && ex.getDetails().getErrorDescription().contains(CLOCK_SKEW_ERROR)) { in getRootCauseMessage()