Searched refs:SQLiteDatabaseCorruptException (Results 1 – 11 of 11) sorted by relevance
45 } catch (SQLiteDatabaseCorruptException ex) { in execute()66 } catch (SQLiteDatabaseCorruptException ex) { in executeUpdateDelete()88 } catch (SQLiteDatabaseCorruptException ex) { in executeInsert()109 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForLong()130 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForString()151 } 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 SQLiteDatabaseCorruptException
66 } catch (SQLiteDatabaseCorruptException ex) { in fillWindow()
794 } catch (SQLiteDatabaseCorruptException ex) { in open()
25 import android.database.sqlite.SQLiteDatabaseCorruptException;96 } else if (e instanceof SQLiteDatabaseCorruptException) { in writeExceptionToParcel()173 throw new SQLiteDatabaseCorruptException(msg); in readExceptionFromParcel()
912 android.database.sqlite.SQLiteDatabaseCorruptException
1215 android.database.sqlite.SQLiteDatabaseCorruptException
729 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
9877 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {9878 ctor public SQLiteDatabaseCorruptException();9879 ctor public SQLiteDatabaseCorruptException(java.lang.String);
11910 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {11911 ctor public SQLiteDatabaseCorruptException();11912 ctor public SQLiteDatabaseCorruptException(java.lang.String);
12690 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {12691 ctor public SQLiteDatabaseCorruptException();12692 ctor public SQLiteDatabaseCorruptException(java.lang.String);