Searched refs:SQLiteFullException (Results 1 – 9 of 9) 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
31 import android.database.sqlite.SQLiteFullException;105 } else if (e instanceof SQLiteFullException) { in writeExceptionToParcel()182 throw new SQLiteFullException(msg); in readExceptionFromParcel()
75 import android.database.sqlite.SQLiteFullException;5394 } catch (IllegalStateException | SQLiteFullException e) {
1961 android.database.sqlite.SQLiteFullException
24745 Landroid/database/sqlite/SQLiteFullException;
1965 android.database.sqlite.SQLiteFullException
34852 Landroid/database/sqlite/SQLiteFullException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14396 public class SQLiteFullException extends android.database.sqlite.SQLiteException {14397 ctor public SQLiteFullException();14398 ctor public SQLiteFullException(String);