Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/util/
H A 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()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDatabaseWrapper.java24 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()
/aosp12/packages/apps/Dialer/java/com/android/dialer/database/
H A DCallLogQueryHandler.java27 import android.database.sqlite.SQLiteFullException;
361 } catch (SQLiteDiskIOException | SQLiteFullException | SQLiteDatabaseCorruptException e) { in handleMessage()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfoHelper.java20 import android.database.sqlite.SQLiteFullException;
571 } catch (SQLiteFullException e) { in updateCallLogContactInfo()
/aosp12/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()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DConversationData.java24 import android.database.sqlite.SQLiteFullException;
642 } catch (final SQLiteFullException ex) { in sendMessage()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java26 import android.database.sqlite.SQLiteFullException;
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes1793 android.database.sqlite.SQLiteFullException
H A Dboot-image-profile.txt24713 Landroid/database/sqlite/SQLiteFullException;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes1792 android.database.sqlite.SQLiteFullException
H A Dboot-image-profile.txt34350 Landroid/database/sqlite/SQLiteFullException;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt14153 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
14154 ctor public SQLiteFullException();
14155 ctor public SQLiteFullException(String);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt9908 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
9909 ctor public SQLiteFullException();
9910 ctor public SQLiteFullException(java.lang.String);