Searched refs:SQLiteFullException (Results 1 – 7 of 7) sorted by relevance
22 public class SQLiteFullException extends SQLiteException { class23 public SQLiteFullException() {} in SQLiteFullException() method in SQLiteFullException25 public SQLiteFullException(String error) { in SQLiteFullException() method in SQLiteFullException
28 import android.database.sqlite.SQLiteFullException;98 } else if (e instanceof SQLiteFullException) { in writeExceptionToParcel()175 throw new SQLiteFullException(msg); in readExceptionFromParcel()
997 android.database.sqlite.SQLiteFullException
9975 Landroid/database/sqlite/SQLiteFullException;9976 Landroid/database/sqlite/SQLiteFullException;-><init>()V9977 Landroid/database/sqlite/SQLiteFullException;-><init>(Ljava/lang/String;)V
54906 Landroid/database/sqlite/SQLiteFullException;
9908 public class SQLiteFullException extends android.database.sqlite.SQLiteException {9909 ctor public SQLiteFullException();9910 ctor public SQLiteFullException(java.lang.String);
12605 public class SQLiteFullException extends android.database.sqlite.SQLiteException {12606 ctor public SQLiteFullException();12607 ctor public SQLiteFullException(java.lang.String);