Searched refs:SQLiteDiskIOException (Results 1 – 8 of 8) 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()
26 import android.database.sqlite.SQLiteDiskIOException;100 } else if (e instanceof SQLiteDiskIOException) { in writeExceptionToParcel()177 throw new SQLiteDiskIOException(msg); in readExceptionFromParcel()
29 import android.database.sqlite.SQLiteDiskIOException;135 } catch (SQLiteDiskIOException error) { in onCreate()
9892 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {9893 ctor public SQLiteDiskIOException();9894 ctor public SQLiteDiskIOException(java.lang.String);
9965 Landroid/database/sqlite/SQLiteDiskIOException;9966 Landroid/database/sqlite/SQLiteDiskIOException;-><init>()V9967 Landroid/database/sqlite/SQLiteDiskIOException;-><init>(Ljava/lang/String;)V
54903 Landroid/database/sqlite/SQLiteDiskIOException;
12589 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {12590 ctor public SQLiteDiskIOException();12591 ctor public SQLiteDiskIOException(java.lang.String);