Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/persistentlog/
DPersistentLogFileHandler.java61 private static class LogCorruptionException extends Exception { class in PersistentLogFileHandler
63 public LogCorruptionException(String message) { in LogCorruptionException() method in PersistentLogFileHandler.LogCorruptionException
176 } catch (LogCorruptionException e) { in getLogs()
224 private byte[] readLog(DataInputStream inputStream) throws IOException, LogCorruptionException { in readLog()
232 throw new LogCorruptionException("entry prefix mismatch"); in readLog()
236 throw new LogCorruptionException("data length over max size"); in readLog()
244 throw new LogCorruptionException("entry postfix mismatch"); in readLog()