Home
last modified time | relevance | path

Searched refs:SQLiteConstraintException (Results 1 – 10 of 10) 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.java20 import android.database.sqlite.SQLiteConstraintException;
306 } catch (SQLiteConstraintException e) { in testStatementConstraint()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierInfoManager.java24 import android.database.sqlite.SQLiteConstraintException;
192 } catch (SQLiteConstraintException e) { in updateOrInsertCarrierKey()
/frameworks/base/core/java/android/database/
DDatabaseUtils.java26 import android.database.sqlite.SQLiteConstraintException;
101 } else if (e instanceof SQLiteConstraintException) { in writeExceptionToParcel()
178 throw new SQLiteConstraintException(msg); in readExceptionFromParcel()
/frameworks/base/boot/
Dpreloaded-classes1774 android.database.sqlite.SQLiteConstraintException
Dboot-image-profile.txt6077 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V
24691 Landroid/database/sqlite/SQLiteConstraintException;
/frameworks/base/config/
Dpreloaded-classes1773 android.database.sqlite.SQLiteConstraintException
Dboot-image-profile.txt6075 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V
34328 Landroid/database/sqlite/SQLiteConstraintException;
/frameworks/base/core/api/
Dcurrent.txt13975 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
13976 ctor public SQLiteConstraintException();
13977 ctor public SQLiteConstraintException(String);
/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);