Home
last modified time | relevance | path

Searched refs:SQLiteConstraintException (Results 1 – 6 of 6) 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/docs/html/
Dsitemap.txt2471 http://developer.android.com/reference/android/database/sqlite/SQLiteConstraintException.html
/frameworks/base/api/
Dcurrent.txt10316 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
10317 ctor public SQLiteConstraintException();
10318 ctor public SQLiteConstraintException(java.lang.String);
Dsystem-current.txt10653 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
10654 ctor public SQLiteConstraintException();
10655 ctor public SQLiteConstraintException(java.lang.String);