Searched refs:SQLiteDatabaseCorruptException (Results 1 – 14 of 14) 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()
901 if (SQLiteDatabaseCorruptException.isCorruptException(ex)) { in open()
24 import android.database.sqlite.SQLiteDatabaseCorruptException;361 } catch (SQLiteDiskIOException | SQLiteFullException | SQLiteDatabaseCorruptException e) { in handleMessage()
24 import android.database.sqlite.SQLiteDatabaseCorruptException;354 throw new SQLiteDatabaseCorruptException( in unblock()
28 import android.database.sqlite.SQLiteDatabaseCorruptException;103 } else if (e instanceof SQLiteDatabaseCorruptException) { in writeExceptionToParcel()180 throw new SQLiteDatabaseCorruptException(msg); in readExceptionFromParcel()
1784 android.database.sqlite.SQLiteDatabaseCorruptException
24703 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
1783 android.database.sqlite.SQLiteDatabaseCorruptException
34340 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
14122 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {14123 ctor public SQLiteDatabaseCorruptException();14124 ctor public SQLiteDatabaseCorruptException(String);
9877 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {9878 ctor public SQLiteDatabaseCorruptException();9879 ctor public SQLiteDatabaseCorruptException(java.lang.String);