Home
last modified time | relevance | path

Searched refs:SQLiteDiskIOException (Results 1 – 8 of 8) 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;
77 } catch (SQLiteDiskIOException e) { in testDatabaseIsCorrupt()
/frameworks/base/core/java/android/database/
DDatabaseUtils.java26 import android.database.sqlite.SQLiteDiskIOException;
100 } else if (e instanceof SQLiteDiskIOException) { in writeExceptionToParcel()
177 throw new SQLiteDiskIOException(msg); in readExceptionFromParcel()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsProvider.java29 import android.database.sqlite.SQLiteDiskIOException;
135 } catch (SQLiteDiskIOException error) { in onCreate()
/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/config/
Dhiddenapi-public-dex.txt9965 Landroid/database/sqlite/SQLiteDiskIOException;
9966 Landroid/database/sqlite/SQLiteDiskIOException;-><init>()V
9967 Landroid/database/sqlite/SQLiteDiskIOException;-><init>(Ljava/lang/String;)V
Dboot-image-profile.txt54903 Landroid/database/sqlite/SQLiteDiskIOException;
/frameworks/base/api/
Dcurrent.txt12589 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {
12590 ctor public SQLiteDiskIOException();
12591 ctor public SQLiteDiskIOException(java.lang.String);