Searched refs:SQLiteConstraintException (Results 1 – 10 of 10) 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;112 } else if (e instanceof SQLiteConstraintException) { in writeExceptionToParcel()189 throw new SQLiteConstraintException(msg); in readExceptionFromParcel()
557 Landroid/database/sqlite/SQLiteConstraintException; 337
2167 android.database.sqlite.SQLiteConstraintException
2162 android.database.sqlite.SQLiteConstraintException
5974 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V25469 Landroid/database/sqlite/SQLiteConstraintException;
9770 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {9771 ctor public SQLiteConstraintException();9772 ctor public SQLiteConstraintException(java.lang.String);
15115 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {15116 ctor public SQLiteConstraintException();15117 ctor public SQLiteConstraintException(String);