OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLiteDiskIOException
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDiskIOExceptionTest.java
19
import android.database.sqlite.
SQLiteDiskIOException
;
24
new
SQLiteDiskIOException
();
26
new
SQLiteDiskIOException
("error");
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSQLiteConnection.java
19
import android.database.sqlite.
SQLiteDiskIOException
;
753
case SQLiteConstants.SQLITE_IOERR: return new
SQLiteDiskIOException
(message);
Completed in 96 milliseconds