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

  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteMisuseExceptionTest.java 19 import android.database.sqlite.SQLiteMisuseException;
24 new SQLiteMisuseException();
26 new SQLiteMisuseException("error");
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSQLiteConnection.java 22 import android.database.sqlite.SQLiteMisuseException;
756 case SQLiteConstants.SQLITE_MISUSE: return new SQLiteMisuseException(message);

Completed in 157 milliseconds