Home
last modified time | relevance | path

Searched refs:SQLiteFullException (Results 1 – 11 of 11) 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/libs/systemui/iconloaderlib/src/com/android/launcher3/util/
DSQLiteCacheHelper.java8 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()
/frameworks/base/core/java/android/database/
DDatabaseUtils.java32 import android.database.sqlite.SQLiteFullException;
118 } else if (e instanceof SQLiteFullException) { in writeExceptionToParcel()
195 throw new SQLiteFullException(msg); in readExceptionFromParcel()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java76 import android.database.sqlite.SQLiteFullException;
5500 } catch (IllegalStateException | SQLiteFullException e) {
/frameworks/base/boot/
Dpreloaded-classes2118 android.database.sqlite.SQLiteFullException
Dboot-image-profile.txt24499 Landroid/database/sqlite/SQLiteFullException;
/frameworks/base/config/
Dpreloaded-classes2122 android.database.sqlite.SQLiteFullException
Dboot-image-profile.txt34633 Landroid/database/sqlite/SQLiteFullException;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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/core/api/
Dcurrent.txt14900 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
14901 ctor public SQLiteFullException();
14902 ctor public SQLiteFullException(String);