Home
last modified time | relevance | path

Searched refs:SQLiteException (Results 1 – 25 of 42) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSqliteWrapper.java43 private static boolean isLowMemory(SQLiteException e) { in isLowMemory()
48 public static void checkSQLiteException(Context context, SQLiteException e) { in checkSQLiteException()
62 } catch (SQLiteException e) { in query()
72 } catch (SQLiteException e) { in requery()
83 } catch (SQLiteException e) { in update()
95 } catch (SQLiteException e) { in delete()
107 } catch (SQLiteException e) { in insert()
H A DSQLiteException.java24 public class SQLiteException extends SQLException { class
25 public SQLiteException() { in SQLiteException() method in SQLiteException
28 public SQLiteException(String error) { in SQLiteException() method in SQLiteException
32 public SQLiteException(String error, Throwable cause) { in SQLiteException() method in SQLiteException
H A DSQLiteBindOrColumnIndexOutOfRangeException.java22 public class SQLiteBindOrColumnIndexOutOfRangeException extends SQLiteException {
H A DSQLiteFullException.java22 public class SQLiteFullException extends SQLiteException {
H A DSQLiteMisuseException.java31 public class SQLiteMisuseException extends SQLiteException {
H A DSQLiteReadOnlyDatabaseException.java19 public class SQLiteReadOnlyDatabaseException extends SQLiteException {
H A DSQLiteAbortException.java24 public class SQLiteAbortException extends SQLiteException {
H A DSQLiteAccessPermException.java23 public class SQLiteAccessPermException extends SQLiteException {
H A DSQLiteBlobTooBigException.java19 public class SQLiteBlobTooBigException extends SQLiteException {
H A DSQLiteConstraintException.java22 public class SQLiteConstraintException extends SQLiteException {
H A DSQLiteDatabaseLockedException.java27 public class SQLiteDatabaseLockedException extends SQLiteException {
H A DSQLiteDatatypeMismatchException.java19 public class SQLiteDatatypeMismatchException extends SQLiteException {
H A DSQLiteDiskIOException.java23 public class SQLiteDiskIOException extends SQLiteException {
H A DSQLiteDoneException.java25 public class SQLiteDoneException extends SQLiteException {
H A DSQLiteOutOfMemoryException.java19 public class SQLiteOutOfMemoryException extends SQLiteException {
H A DSQLiteTableLockedException.java19 public class SQLiteTableLockedException extends SQLiteException {
H A DSQLiteCantOpenDatabaseException.java19 public class SQLiteCantOpenDatabaseException extends SQLiteException {
H A DSQLiteDatabaseCorruptException.java22 public class SQLiteDatabaseCorruptException extends SQLiteException {
/aosp14/frameworks/base/telephony/common/com/google/android/mms/util/
H A DSqliteWrapper.java25 import android.database.sqlite.SQLiteException;
41 } catch (SQLiteException e) { in query()
52 } catch (SQLiteException e) { in update()
63 } catch (SQLiteException e) { in delete()
74 } catch (SQLiteException e) { in insert()
/aosp14/frameworks/base/core/java/android/database/
H A DDefaultDatabaseErrorHandler.java19 import android.database.sqlite.SQLiteException;
75 } catch (SQLiteException e) { in onCorruption()
80 } catch (SQLiteException e) { in onCorruption()
/aosp14/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseErrorHandlerTest.java22 import android.database.sqlite.SQLiteException;
87 } catch (SQLiteException e) { in testDatabaseIsCorrupt()
110 } catch (SQLiteException e) { in onCorruption()
/aosp14/frameworks/base/services/core/java/com/android/server/net/watchlist/
H A DWatchlistReportDbHelper.java24 import android.database.sqlite.SQLiteException;
136 } catch (SQLiteException e) { in insertNewRecord()
158 } catch (SQLiteException e) { in getAggregatedRecords()
202 } catch (SQLiteException e) { in cleanup()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDbHelper.java21 import android.database.sqlite.SQLiteException;
171 } catch (SQLiteException e) { in onUpgrade()
176 } catch (SQLiteException e) { in onUpgrade()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DContactsQueryHelper.java24 import android.database.sqlite.SQLiteException;
153 } catch (SQLiteException exception) { in queryContact()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DCalendarTracker.java24 import android.database.sqlite.SQLiteException;
106 } catch (SQLiteException e) { in getCalendarsWithAccess()
213 } catch (SQLiteException e) {

12