Home
last modified time | relevance | path

Searched refs:SQLiteFullException (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteFullException.java22 public class SQLiteFullException extends SQLiteException { class
23 public SQLiteFullException() {} in SQLiteFullException() method in SQLiteFullException
25 public SQLiteFullException(String error) { in SQLiteFullException() method in SQLiteFullException
/frameworks/base/core/java/android/database/
DDatabaseUtils.java28 import android.database.sqlite.SQLiteFullException;
98 } else if (e instanceof SQLiteFullException) { in writeExceptionToParcel()
175 throw new SQLiteFullException(msg); in readExceptionFromParcel()
/frameworks/base/docs/html/
Dsitemap.txt2478 http://developer.android.com/reference/android/database/sqlite/SQLiteFullException.html
/frameworks/base/api/
Dcurrent.txt10454 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
10455 ctor public SQLiteFullException();
10456 ctor public SQLiteFullException(java.lang.String);
Dsystem-current.txt10791 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
10792 ctor public SQLiteFullException();
10793 ctor public SQLiteFullException(java.lang.String);