Searched refs:SQLiteFullException (Results 1 – 11 of 11) 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
8 import android.database.sqlite.SQLiteFullException;45 } catch (SQLiteFullException e) { in delete()62 } catch (SQLiteFullException e) { in insertOrReplace()69 private void onDiskFull(SQLiteFullException e) { in onDiskFull()
32 import android.database.sqlite.SQLiteFullException;118 } else if (e instanceof SQLiteFullException) { in writeExceptionToParcel()195 throw new SQLiteFullException(msg); in readExceptionFromParcel()
76 import android.database.sqlite.SQLiteFullException;5500 } catch (IllegalStateException | SQLiteFullException e) {
2118 android.database.sqlite.SQLiteFullException
24499 Landroid/database/sqlite/SQLiteFullException;
2122 android.database.sqlite.SQLiteFullException
34633 Landroid/database/sqlite/SQLiteFullException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9908 public class SQLiteFullException extends android.database.sqlite.SQLiteException {9909 ctor public SQLiteFullException();9910 ctor public SQLiteFullException(java.lang.String);
14900 public class SQLiteFullException extends android.database.sqlite.SQLiteException {14901 ctor public SQLiteFullException();14902 ctor public SQLiteFullException(String);