Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseErrorHandlerTest.java21 import android.database.sqlite.SQLiteDiskIOException;
77 } catch (SQLiteDiskIOException e) { in testDatabaseIsCorrupt()
/aosp12/packages/apps/Dialer/java/com/android/dialer/database/
H A DCallLogQueryHandler.java25 import android.database.sqlite.SQLiteDiskIOException;
361 } catch (SQLiteDiskIOException | SQLiteFullException | SQLiteDatabaseCorruptException e) { in handleMessage()
/aosp12/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()
/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DMtpDocumentsProvider.java29 import android.database.sqlite.SQLiteDiskIOException;
135 } catch (SQLiteDiskIOException error) { in onCreate()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes1790 android.database.sqlite.SQLiteDiskIOException
H A Dboot-image-profile.txt1226SQLiteDiskIOException;,Ljava/lang/NullPointerException;,Ljava/lang/ClassCastException;,Ljava/lang/…
24710 Landroid/database/sqlite/SQLiteDiskIOException;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes1789 android.database.sqlite.SQLiteDiskIOException
H A Dboot-image-profile.txt1226SQLiteDiskIOException;,Ljava/lang/NullPointerException;,Ljava/lang/ClassCastException;,Ljava/lang/…
34347 Landroid/database/sqlite/SQLiteDiskIOException;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt14137 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {
14138 ctor public SQLiteDiskIOException();
14139 ctor public SQLiteDiskIOException(String);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt9892 public class SQLiteDiskIOException extends android.database.sqlite.SQLiteException {
9893 ctor public SQLiteDiskIOException();
9894 ctor public SQLiteDiskIOException(java.lang.String);