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;192 } catch (SQLiteConstraintException e) { in updateOrInsertCarrierKey()
26 import android.database.sqlite.SQLiteConstraintException;101 } else if (e instanceof SQLiteConstraintException) { in writeExceptionToParcel()178 throw new SQLiteConstraintException(msg); in readExceptionFromParcel()
1774 android.database.sqlite.SQLiteConstraintException
6077 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V24691 Landroid/database/sqlite/SQLiteConstraintException;
1773 android.database.sqlite.SQLiteConstraintException
6075 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V34328 Landroid/database/sqlite/SQLiteConstraintException;
13975 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {13976 ctor public SQLiteConstraintException();13977 ctor public SQLiteConstraintException(String);
9770 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {9771 ctor public SQLiteConstraintException();9772 ctor public SQLiteConstraintException(java.lang.String);