Searched refs:SQLiteConstraintException (Results 1 – 9 of 9) 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
24 import android.database.sqlite.SQLiteConstraintException;134 } catch (SQLiteConstraintException e) { in updateOrInsertCarrierKey()
20 import android.database.sqlite.SQLiteConstraintException;306 } catch (SQLiteConstraintException e) { in testStatementConstraint()
25 import android.database.sqlite.SQLiteConstraintException;99 } else if (e instanceof SQLiteConstraintException) { in writeExceptionToParcel()176 throw new SQLiteConstraintException(msg); in readExceptionFromParcel()
1096 android.database.sqlite.SQLiteConstraintException
33252 Landroid/database/sqlite/SQLiteConstraintException;
9770 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {9771 ctor public SQLiteConstraintException();9772 ctor public SQLiteConstraintException(java.lang.String);
12901 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {12902 ctor public SQLiteConstraintException();12903 ctor public SQLiteConstraintException(String);