Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConstraintException.java22 public class SQLiteConstraintException extends SQLiteException { class
23 public SQLiteConstraintException() {} in SQLiteConstraintException() method in SQLiteConstraintException
25 public SQLiteConstraintException(String error) { in SQLiteConstraintException() method in SQLiteConstraintException
/aosp14/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStatementTest.java20 import android.database.sqlite.SQLiteConstraintException;
306 } catch (SQLiteConstraintException e) { in testStatementConstraint()
/aosp14/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java26 import android.database.sqlite.SQLiteConstraintException;
101 } else if (e instanceof SQLiteConstraintException) { in writeExceptionToParcel()
178 throw new SQLiteConstraintException(msg); in readExceptionFromParcel()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1937 android.database.sqlite.SQLiteConstraintException
H A Dboot-image-profile.txt5782 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V
24720 Landroid/database/sqlite/SQLiteConstraintException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1941 android.database.sqlite.SQLiteConstraintException
H A Dboot-image-profile.txt5785 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V
34827 Landroid/database/sqlite/SQLiteConstraintException;
/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.txt14215 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
14216 ctor public SQLiteConstraintException();
14217 ctor public SQLiteConstraintException(String);