Home
last modified time | relevance | path

Searched refs:SQLiteDiskIOException (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDiskIOException.java23 public class SQLiteDiskIOException extends SQLiteException { class
24 public SQLiteDiskIOException() {} in SQLiteDiskIOException() method in SQLiteDiskIOException
26 public SQLiteDiskIOException(String error) { in SQLiteDiskIOException() method in SQLiteDiskIOException
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseErrorHandlerTest.java21 import android.database.sqlite.SQLiteDiskIOException;
/frameworks/base/core/java/android/database/
DDatabaseUtils.java30 import android.database.sqlite.SQLiteDiskIOException;
120 } else if (e instanceof SQLiteDiskIOException) { in writeExceptionToParcel()
197 throw new SQLiteDiskIOException(msg); in readExceptionFromParcel()
/frameworks/base/boot/
Dpreloaded-classes2115 android.database.sqlite.SQLiteDiskIOException
Dboot-image-profile.txt24496 Landroid/database/sqlite/SQLiteDiskIOException;
/frameworks/base/config/
Dpreloaded-classes2119 android.database.sqlite.SQLiteDiskIOException
Dboot-image-profile.txt34630 Landroid/database/sqlite/SQLiteDiskIOException;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9892 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {
9893 ctor public SQLiteDiskIOException();
9894 ctor public SQLiteDiskIOException(java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt14884 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {
14885 ctor public SQLiteDiskIOException();
14886 ctor public SQLiteDiskIOException(String);