Searched refs:SQLiteDiskIOException (Results 1 – 9 of 9) 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()
26 import android.database.sqlite.SQLiteDiskIOException;128 } catch (SQLiteDiskIOException error) { in onCreate()
1136 android.database.sqlite.SQLiteDiskIOException
9892 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {9893 ctor public SQLiteDiskIOException();9894 ctor public SQLiteDiskIOException(java.lang.String);
10924 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {10925 ctor public SQLiteDiskIOException();10926 ctor public SQLiteDiskIOException(java.lang.String);
10937 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {10938 ctor public SQLiteDiskIOException();10939 ctor public SQLiteDiskIOException(java.lang.String);
11363 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {11364 ctor public SQLiteDiskIOException();11365 ctor public SQLiteDiskIOException(java.lang.String);