Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
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
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseStatementTest.java21 import android.database.sqlite.SQLiteConstraintException;
306 } catch (SQLiteConstraintException e) { in testStatementConstraint()
/frameworks/base/core/java/android/database/
DDatabaseUtils.java23 import android.database.sqlite.SQLiteConstraintException;
94 } else if (e instanceof SQLiteConstraintException) { in writeExceptionToParcel()
171 throw new SQLiteConstraintException(msg); in readExceptionFromParcel()
/frameworks/base/
Dcompiled-classes-phone1121 android.database.sqlite.SQLiteConstraintException
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9770 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
9771 ctor public SQLiteConstraintException();
9772 ctor public SQLiteConstraintException(java.lang.String);
/frameworks/base/api/
Dcurrent.txt10801 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
10802 ctor public SQLiteConstraintException();
10803 ctor public SQLiteConstraintException(java.lang.String);
Dtest-current.txt10814 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
10815 ctor public SQLiteConstraintException();
10816 ctor public SQLiteConstraintException(java.lang.String);
Dsystem-current.txt11240 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
11241 ctor public SQLiteConstraintException();
11242 ctor public SQLiteConstraintException(java.lang.String);