Searched refs:SQLiteDiskIOException (Results 1 – 12 of 12) sorted by relevance
23 public class SQLiteDiskIOException extends SQLiteException { class24 public SQLiteDiskIOException() {} in SQLiteDiskIOException() method in SQLiteDiskIOException26 public SQLiteDiskIOException(String error) { in SQLiteDiskIOException() method in SQLiteDiskIOException
21 import android.database.sqlite.SQLiteDiskIOException;77 } catch (SQLiteDiskIOException e) { in testDatabaseIsCorrupt()
25 import android.database.sqlite.SQLiteDiskIOException;361 } catch (SQLiteDiskIOException | SQLiteFullException | SQLiteDatabaseCorruptException e) { in handleMessage()
29 import android.database.sqlite.SQLiteDiskIOException;107 } else if (e instanceof SQLiteDiskIOException) { in writeExceptionToParcel()184 throw new SQLiteDiskIOException(msg); in readExceptionFromParcel()
29 import android.database.sqlite.SQLiteDiskIOException;135 } catch (SQLiteDiskIOException error) { in onCreate()
1790 android.database.sqlite.SQLiteDiskIOException
1226 …SQLiteDiskIOException;,Ljava/lang/NullPointerException;,Ljava/lang/ClassCastException;,Ljava/lang/…24710 Landroid/database/sqlite/SQLiteDiskIOException;
1789 android.database.sqlite.SQLiteDiskIOException
1226 …SQLiteDiskIOException;,Ljava/lang/NullPointerException;,Ljava/lang/ClassCastException;,Ljava/lang/…34347 Landroid/database/sqlite/SQLiteDiskIOException;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
14137 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {14138 ctor public SQLiteDiskIOException();14139 ctor public SQLiteDiskIOException(String);
9892 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {9893 ctor public SQLiteDiskIOException();9894 ctor public SQLiteDiskIOException(java.lang.String);