Home
last modified time | relevance | path

Searched refs:SQLiteConstraintException (Results 1 – 11 of 11) 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;
225 } catch (SQLiteConstraintException e) { in updateOrInsertCarrierKey()
/frameworks/base/core/java/android/database/
DDatabaseUtils.java27 import android.database.sqlite.SQLiteConstraintException;
114 } else if (e instanceof SQLiteConstraintException) { in writeExceptionToParcel()
191 throw new SQLiteConstraintException(msg); in readExceptionFromParcel()
/frameworks/base/boot/
Dpreloaded-classes2094 android.database.sqlite.SQLiteConstraintException
Dboot-image-profile.txt5717 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V
24474 Landroid/database/sqlite/SQLiteConstraintException;
/frameworks/base/config/
Dpreloaded-classes2098 android.database.sqlite.SQLiteConstraintException
Dboot-image-profile.txt5720 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V
34608 Landroid/database/sqlite/SQLiteConstraintException;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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/core/api/
Dcurrent.txt14713 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
14714 ctor public SQLiteConstraintException();
14715 ctor public SQLiteConstraintException(String);