Searched refs:SQLiteDatabaseCorruptException (Results 1 – 10 of 10) sorted by relevance
47 } catch (SQLiteDatabaseCorruptException ex) { in execute()68 } catch (SQLiteDatabaseCorruptException ex) { in executeUpdateDelete()90 } catch (SQLiteDatabaseCorruptException ex) { in executeInsert()111 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForLong()132 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForString()153 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForBlobFileDescriptor()
22 public class SQLiteDatabaseCorruptException extends SQLiteException { class23 public SQLiteDatabaseCorruptException() {} in SQLiteDatabaseCorruptException() method in SQLiteDatabaseCorruptException25 public SQLiteDatabaseCorruptException(String error) { in SQLiteDatabaseCorruptException() method in SQLiteDatabaseCorruptException37 if (th instanceof SQLiteDatabaseCorruptException) { in isCorruptException()
66 } catch (SQLiteDatabaseCorruptException ex) { in fillWindow()
897 if (SQLiteDatabaseCorruptException.isCorruptException(ex)) { in open()
27 import android.database.sqlite.SQLiteDatabaseCorruptException;101 } else if (e instanceof SQLiteDatabaseCorruptException) { in writeExceptionToParcel()178 throw new SQLiteDatabaseCorruptException(msg); in readExceptionFromParcel()
1106 android.database.sqlite.SQLiteDatabaseCorruptException
33262 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
9877 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {9878 ctor public SQLiteDatabaseCorruptException();9879 ctor public SQLiteDatabaseCorruptException(java.lang.String);
13038 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {13039 ctor public SQLiteDatabaseCorruptException();13040 ctor public SQLiteDatabaseCorruptException(String);