Searched refs:SQLiteDatabaseCorruptException (Results 1 – 14 of 14) sorted by relevance
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()
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()
66 } catch (SQLiteDatabaseCorruptException ex) { in fillWindow()
1145 if (SQLiteDatabaseCorruptException.isCorruptException(ex)) { in open()
22 import android.database.sqlite.SQLiteDatabaseCorruptException;80 } catch (SQLiteDatabaseCorruptException e) { in testDatabaseIsCorrupt()
29 import android.database.sqlite.SQLiteDatabaseCorruptException;116 } else if (e instanceof SQLiteDatabaseCorruptException) { in writeExceptionToParcel()193 throw new SQLiteDatabaseCorruptException(msg); in readExceptionFromParcel()
908 Landroid/database/sqlite/SQLiteDatabaseCorruptException; 243
2112 android.database.sqlite.SQLiteDatabaseCorruptException
34622 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
2108 android.database.sqlite.SQLiteDatabaseCorruptException
24488 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9877 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {9878 ctor public SQLiteDatabaseCorruptException();9879 ctor public SQLiteDatabaseCorruptException(java.lang.String);
14869 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {14870 ctor public SQLiteDatabaseCorruptException();14871 ctor public SQLiteDatabaseCorruptException(String);