Home
last modified time | relevance | path

Searched refs:SQLiteFullException (Results 1 – 7 of 7) 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/
Dcompiled-classes-phone1139 android.database.sqlite.SQLiteFullException
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9908 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
9909 ctor public SQLiteFullException();
9910 ctor public SQLiteFullException(java.lang.String);
/frameworks/base/api/
Dcurrent.txt10940 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
10941 ctor public SQLiteFullException();
10942 ctor public SQLiteFullException(java.lang.String);
Dtest-current.txt10953 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
10954 ctor public SQLiteFullException();
10955 ctor public SQLiteFullException(java.lang.String);
Dsystem-current.txt11379 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
11380 ctor public SQLiteFullException();
11381 ctor public SQLiteFullException(java.lang.String);