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
20 import android.database.sqlite.SQLiteConstraintException;306 } catch (SQLiteConstraintException e) { in testStatementConstraint()
26 import android.database.sqlite.SQLiteConstraintException;101 } else if (e instanceof SQLiteConstraintException) { in writeExceptionToParcel()178 throw new SQLiteConstraintException(msg); in readExceptionFromParcel()
1937 android.database.sqlite.SQLiteConstraintException
5782 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V24720 Landroid/database/sqlite/SQLiteConstraintException;
1941 android.database.sqlite.SQLiteConstraintException
5785 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V34827 Landroid/database/sqlite/SQLiteConstraintException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14215 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {14216 ctor public SQLiteConstraintException();14217 ctor public SQLiteConstraintException(String);