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()
29 import android.database.sqlite.SQLiteDiskIOException;107 } else if (e instanceof SQLiteDiskIOException) { in writeExceptionToParcel()184 throw new SQLiteDiskIOException(msg); in readExceptionFromParcel()
1958 android.database.sqlite.SQLiteDiskIOException
24742 Landroid/database/sqlite/SQLiteDiskIOException;
1962 android.database.sqlite.SQLiteDiskIOException
34849 Landroid/database/sqlite/SQLiteDiskIOException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14380 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {14381 ctor public SQLiteDiskIOException();14382 ctor public SQLiteDiskIOException(String);