Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A 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
/aosp14/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseErrorHandlerTest.java21 import android.database.sqlite.SQLiteDiskIOException;
77 } catch (SQLiteDiskIOException e) { in testDatabaseIsCorrupt()
/aosp14/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java29 import android.database.sqlite.SQLiteDiskIOException;
107 } else if (e instanceof SQLiteDiskIOException) { in writeExceptionToParcel()
184 throw new SQLiteDiskIOException(msg); in readExceptionFromParcel()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1958 android.database.sqlite.SQLiteDiskIOException
H A Dboot-image-profile.txt24742 Landroid/database/sqlite/SQLiteDiskIOException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1962 android.database.sqlite.SQLiteDiskIOException
H A Dboot-image-profile.txt34849 Landroid/database/sqlite/SQLiteDiskIOException;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14380 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {
14381 ctor public SQLiteDiskIOException();
14382 ctor public SQLiteDiskIOException(String);