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

  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteFullExceptionTest.java 19 import android.database.sqlite.SQLiteFullException;
24 new SQLiteFullException();
26 new SQLiteFullException("error");
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DatabaseContentProvider.java 40 import android.database.sqlite.SQLiteFullException;
225 } catch (SQLiteFullException fullEx) {
233 } catch (SQLiteFullException fullEx) {
272 } catch (SQLiteFullException fullEx) {
280 } catch (SQLiteFullException fullEx) {
355 } catch (SQLiteFullException fullEx) {
363 } catch (SQLiteFullException fullEx) {
401 } catch (SQLiteFullException fullEx) {
409 } catch (SQLiteFullException fullEx) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSQLiteConnection.java 21 import android.database.sqlite.SQLiteFullException;
755 case SQLiteConstants.SQLITE_FULL: return new SQLiteFullException(message);

Completed in 274 milliseconds