Home
last modified time | relevance | path

Searched refs:SQLiteConstraintException (Results 1 – 9 of 9) 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/opt/telephony/src/java/com/android/internal/telephony/
DCarrierInfoManager.java24 import android.database.sqlite.SQLiteConstraintException;
134 } catch (SQLiteConstraintException e) { in updateOrInsertCarrierKey()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseStatementTest.java20 import android.database.sqlite.SQLiteConstraintException;
306 } catch (SQLiteConstraintException e) { in testStatementConstraint()
/frameworks/base/core/java/android/database/
DDatabaseUtils.java25 import android.database.sqlite.SQLiteConstraintException;
99 } else if (e instanceof SQLiteConstraintException) { in writeExceptionToParcel()
176 throw new SQLiteConstraintException(msg); in readExceptionFromParcel()
/frameworks/base/config/
Dpreloaded-classes1096 android.database.sqlite.SQLiteConstraintException
Dboot-image-profile.txt33252 Landroid/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/non-updatable-api/
Dcurrent.txt12901 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
12902 ctor public SQLiteConstraintException();
12903 ctor public SQLiteConstraintException(String);
/frameworks/base/api/
Dcurrent.txt12901 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
12902 ctor public SQLiteConstraintException();
12903 ctor public SQLiteConstraintException(String);