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()
900 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()
1814 android.database.sqlite.SQLiteDatabaseCorruptException
41940 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
9877 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {9878 ctor public SQLiteDatabaseCorruptException();9879 ctor public SQLiteDatabaseCorruptException(java.lang.String);
13484 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {13485 ctor public SQLiteDatabaseCorruptException();13486 ctor public SQLiteDatabaseCorruptException(String);