Searched refs:SQLiteDatabaseCorruptException (Results 1 – 11 of 11) sorted by relevance
48 } catch (SQLiteDatabaseCorruptException ex) { in execute()69 } catch (SQLiteDatabaseCorruptException ex) { in executeUpdateDelete()91 } catch (SQLiteDatabaseCorruptException ex) { in executeInsert()112 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForLong()133 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForString()154 } 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()
1069 if (SQLiteDatabaseCorruptException.isCorruptException(ex)) { in open()
28 import android.database.sqlite.SQLiteDatabaseCorruptException;103 } else if (e instanceof SQLiteDatabaseCorruptException) { in writeExceptionToParcel()180 throw new SQLiteDatabaseCorruptException(msg); in readExceptionFromParcel()
1951 android.database.sqlite.SQLiteDatabaseCorruptException
24734 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
1955 android.database.sqlite.SQLiteDatabaseCorruptException
34841 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14365 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {14366 ctor public SQLiteDatabaseCorruptException();14367 ctor public SQLiteDatabaseCorruptException(String);