Searched refs:SQLiteDatabaseCorruptException (Results 1 – 10 of 10) 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()
866 } 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()
990 android.database.sqlite.SQLiteDatabaseCorruptException
9948 Landroid/database/sqlite/SQLiteDatabaseCorruptException;9949 Landroid/database/sqlite/SQLiteDatabaseCorruptException;-><init>()V9950 Landroid/database/sqlite/SQLiteDatabaseCorruptException;-><init>(Ljava/lang/String;)V
54898 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
9877 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {9878 ctor public SQLiteDatabaseCorruptException();9879 ctor public SQLiteDatabaseCorruptException(java.lang.String);
12574 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {12575 ctor public SQLiteDatabaseCorruptException();12576 ctor public SQLiteDatabaseCorruptException(java.lang.String);