Searched refs:SQLiteFullException (Results 1 – 15 of 15) 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()
24 import android.database.sqlite.SQLiteFullException;156 } catch (SQLiteFullException ex) { in endTransaction()187 } catch (SQLiteFullException ex) { in insertWithOnConflict()347 } catch (SQLiteFullException ex) { in update()367 } catch (SQLiteFullException ex) { in delete()389 } catch (SQLiteFullException ex) { in insert()409 } catch (SQLiteFullException ex) { in replace()431 } catch (SQLiteFullException ex) { in execSQL()449 } catch (SQLiteFullException ex) { in execSQL()469 } catch (SQLiteFullException ex) { in execSQLUpdateDelete()
27 import android.database.sqlite.SQLiteFullException;361 } catch (SQLiteDiskIOException | SQLiteFullException | SQLiteDatabaseCorruptException e) { in handleMessage()
20 import android.database.sqlite.SQLiteFullException;571 } catch (SQLiteFullException e) { in updateCallLogContactInfo()
31 import android.database.sqlite.SQLiteFullException;105 } else if (e instanceof SQLiteFullException) { in writeExceptionToParcel()182 throw new SQLiteFullException(msg); in readExceptionFromParcel()
24 import android.database.sqlite.SQLiteFullException;642 } catch (final SQLiteFullException ex) { in sendMessage()
26 import android.database.sqlite.SQLiteFullException;
1793 android.database.sqlite.SQLiteFullException
24713 Landroid/database/sqlite/SQLiteFullException;
1792 android.database.sqlite.SQLiteFullException
34350 Landroid/database/sqlite/SQLiteFullException;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
14153 public class SQLiteFullException extends android.database.sqlite.SQLiteException {14154 ctor public SQLiteFullException();14155 ctor public SQLiteFullException(String);
9908 public class SQLiteFullException extends android.database.sqlite.SQLiteException {9909 ctor public SQLiteFullException();9910 ctor public SQLiteFullException(java.lang.String);