Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteAbortException.java24 public class SQLiteAbortException extends SQLiteException { class
25 public SQLiteAbortException() {} in SQLiteAbortException() method in SQLiteAbortException
27 public SQLiteAbortException(String error) { in SQLiteAbortException() method in SQLiteAbortException
/frameworks/base/core/java/android/database/
DDatabaseUtils.java26 import android.database.sqlite.SQLiteAbortException;
112 } else if (e instanceof SQLiteAbortException) { in writeExceptionToParcel()
189 throw new SQLiteAbortException(msg); in readExceptionFromParcel()
/frameworks/base/boot/
Dpreloaded-classes2075 android.database.sqlite.SQLiteAbortException
Dboot-image-profile.txt24455 Landroid/database/sqlite/SQLiteAbortException;
/frameworks/base/config/
Dpreloaded-classes2079 android.database.sqlite.SQLiteAbortException
Dboot-image-profile.txt34589 Landroid/database/sqlite/SQLiteAbortException;
/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.txt9735 public class SQLiteAbortException extends android.database.sqlite.SQLiteException {
9736 ctor public SQLiteAbortException();
9737 ctor public SQLiteAbortException(java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt14678 public class SQLiteAbortException extends android.database.sqlite.SQLiteException {
14679 ctor public SQLiteAbortException();
14680 ctor public SQLiteAbortException(String);