Home
last modified time | relevance | path

Searched refs:SQLiteFullException (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A 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
/aosp14/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java31 import android.database.sqlite.SQLiteFullException;
105 } else if (e instanceof SQLiteFullException) { in writeExceptionToParcel()
182 throw new SQLiteFullException(msg); in readExceptionFromParcel()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java75 import android.database.sqlite.SQLiteFullException;
5394 } catch (IllegalStateException | SQLiteFullException e) {
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1961 android.database.sqlite.SQLiteFullException
H A Dboot-image-profile.txt24745 Landroid/database/sqlite/SQLiteFullException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1965 android.database.sqlite.SQLiteFullException
H A Dboot-image-profile.txt34852 Landroid/database/sqlite/SQLiteFullException;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14396 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
14397 ctor public SQLiteFullException();
14398 ctor public SQLiteFullException(String);