Searched refs:SQLiteConstraintException (Results 1 – 11 of 11) sorted by relevance
22 public class SQLiteConstraintException extends SQLiteException { class23 public SQLiteConstraintException() {} in SQLiteConstraintException() method in SQLiteConstraintException25 public SQLiteConstraintException(String error) { in SQLiteConstraintException() method in SQLiteConstraintException
20 import android.database.sqlite.SQLiteConstraintException;306 } catch (SQLiteConstraintException e) { in testStatementConstraint()
24 import android.database.sqlite.SQLiteConstraintException;225 } catch (SQLiteConstraintException e) { in updateOrInsertCarrierKey()
27 import android.database.sqlite.SQLiteConstraintException;114 } else if (e instanceof SQLiteConstraintException) { in writeExceptionToParcel()191 throw new SQLiteConstraintException(msg); in readExceptionFromParcel()
2094 android.database.sqlite.SQLiteConstraintException
5717 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V24474 Landroid/database/sqlite/SQLiteConstraintException;
2098 android.database.sqlite.SQLiteConstraintException
5720 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V34608 Landroid/database/sqlite/SQLiteConstraintException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9770 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {9771 ctor public SQLiteConstraintException();9772 ctor public SQLiteConstraintException(java.lang.String);
14713 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {14714 ctor public SQLiteConstraintException();14715 ctor public SQLiteConstraintException(String);