Home
last modified time | relevance | path

Searched refs:SQLiteDiskIOException (Results 1 – 9 of 9) 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.java26 import android.database.sqlite.SQLiteDiskIOException;
128 } catch (SQLiteDiskIOException error) { in onCreate()
/frameworks/base/
Dcompiled-classes-phone1136 android.database.sqlite.SQLiteDiskIOException
/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/api/
Dcurrent.txt10924 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {
10925 ctor public SQLiteDiskIOException();
10926 ctor public SQLiteDiskIOException(java.lang.String);
Dtest-current.txt10937 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {
10938 ctor public SQLiteDiskIOException();
10939 ctor public SQLiteDiskIOException(java.lang.String);
Dsystem-current.txt11363 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {
11364 ctor public SQLiteDiskIOException();
11365 ctor public SQLiteDiskIOException(java.lang.String);