Searched refs:SQLiteFullException (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteFullException.java22 public class SQLiteFullException extends SQLiteException { class in inherits:SQLiteException
23 public SQLiteFullException() {} method in class:SQLiteFullException
25 public SQLiteFullException(String error) { method in class:SQLiteFullException
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java30 import android.database.sqlite.SQLiteFullException;
102 } else if (e instanceof SQLiteFullException) {
176 throw new SQLiteFullException(msg);

Completed in 118 milliseconds