Searched refs:SQLiteDiskIOException (Results 1 – 10 of 10) 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;
30 import android.database.sqlite.SQLiteDiskIOException;120 } else if (e instanceof SQLiteDiskIOException) { in writeExceptionToParcel()197 throw new SQLiteDiskIOException(msg); in readExceptionFromParcel()
2115 android.database.sqlite.SQLiteDiskIOException
24496 Landroid/database/sqlite/SQLiteDiskIOException;
2119 android.database.sqlite.SQLiteDiskIOException
34630 Landroid/database/sqlite/SQLiteDiskIOException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9892 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {9893 ctor public SQLiteDiskIOException();9894 ctor public SQLiteDiskIOException(java.lang.String);
14884 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {14885 ctor public SQLiteDiskIOException();14886 ctor public SQLiteDiskIOException(String);