Searched refs:isCorruptException (Results 1 – 2 of 2) sorted by relevance
35 public static boolean isCorruptException(Throwable th) { in isCorruptException() method in SQLiteDatabaseCorruptException
897 if (SQLiteDatabaseCorruptException.isCorruptException(ex)) { in open()