HomeSort by relevance Sort by last modified time
    Searched refs:SQLiteConstraintException (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteConstraintExceptionTest.java 19 import android.database.sqlite.SQLiteConstraintException;
24 new SQLiteConstraintException();
26 new SQLiteConstraintException("error");
DatabaseStatementTest.java 21 import android.database.sqlite.SQLiteConstraintException;
307 } catch (SQLiteConstraintException e) {
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 26 import android.database.sqlite.SQLiteConstraintException;
196 } catch (SQLiteConstraintException ex) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSQLiteConnection.java 14 import android.database.sqlite.SQLiteConstraintException;
748 case SQLiteConstants.SQLITE_CONSTRAINT: return new SQLiteConstraintException(message);

Completed in 163 milliseconds