Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/database/sqlite/
DSqliteWrapper.java24 import android.database.sqlite.SQLiteException;
43 private static boolean isLowMemory(SQLiteException e) { in isLowMemory()
47 public static void checkSQLiteException(Context context, SQLiteException e) { in checkSQLiteException()
60 } catch (SQLiteException e) { in query()
70 } catch (SQLiteException e) { in requery()
80 } catch (SQLiteException e) { in update()
91 } catch (SQLiteException e) { in delete()
102 } catch (SQLiteException e) { in insert()
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
DSQLiteConstraintException.java22 public class SQLiteConstraintException extends SQLiteException {
DSQLiteBlobTooBigException.java19 public class SQLiteBlobTooBigException extends SQLiteException {
DSQLiteMisuseException.java31 public class SQLiteMisuseException extends SQLiteException {
DSQLiteDatabaseCorruptException.java22 public class SQLiteDatabaseCorruptException extends SQLiteException {
DSQLiteDoneException.java25 public class SQLiteDoneException extends SQLiteException {
DSQLiteBindOrColumnIndexOutOfRangeException.java22 public class SQLiteBindOrColumnIndexOutOfRangeException extends SQLiteException {
DSQLiteAbortException.java24 public class SQLiteAbortException extends SQLiteException {
DSQLiteReadOnlyDatabaseException.java19 public class SQLiteReadOnlyDatabaseException extends SQLiteException {
DSQLiteOutOfMemoryException.java19 public class SQLiteOutOfMemoryException extends SQLiteException {
DSQLiteAccessPermException.java23 public class SQLiteAccessPermException extends SQLiteException {
DSQLiteFullException.java22 public class SQLiteFullException extends SQLiteException {
DSQLiteDiskIOException.java23 public class SQLiteDiskIOException extends SQLiteException {
DSQLiteDatatypeMismatchException.java19 public class SQLiteDatatypeMismatchException extends SQLiteException {
DSQLiteTableLockedException.java19 public class SQLiteTableLockedException extends SQLiteException {
DSQLiteCantOpenDatabaseException.java19 public class SQLiteCantOpenDatabaseException extends SQLiteException {
DSQLiteDatabaseLockedException.java27 public class SQLiteDatabaseLockedException extends SQLiteException {
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
DSqliteWrapper.java25 import android.database.sqlite.SQLiteException;
55 private static boolean isLowMemory(SQLiteException e) { in isLowMemory()
59 public static void checkSQLiteException(Context context, SQLiteException e) { in checkSQLiteException()
72 } catch (SQLiteException e) { in query()
82 } catch (SQLiteException e) { in requery()
92 } catch (SQLiteException e) { in update()
103 } catch (SQLiteException e) { in delete()
114 } catch (SQLiteException e) { in insert()
/frameworks/base/core/java/android/database/
DDefaultDatabaseErrorHandler.java22 import android.database.sqlite.SQLiteException;
74 } catch (SQLiteException e) { in onCorruption()
79 } catch (SQLiteException e) { in onCorruption()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseErrorHandlerTest.java22 import android.database.sqlite.SQLiteException;
87 } catch (SQLiteException e) { in testDatabaseIsCorrupt()
110 } catch (SQLiteException e) { in onCorruption()
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DForeignKeyTest.java29 import android.database.sqlite.SQLiteException;
221 assertThat(t, instanceOf(SQLiteException.class)); in simpleForeignKeyFailure()
233 assertThat(t, instanceOf(SQLiteException.class)); in simpleForeignKeyDeferredFailure()
252 assertThat(t, instanceOf(SQLiteException.class)); in immediateForeignKeyFailure()
280 assertThat(t, instanceOf(SQLiteException.class)); in onDelete_noAction()
296 assertThat(t, instanceOf(SQLiteException.class)); in onDelete_noAction_withTransaction()
311 assertThat(t, instanceOf(SQLiteException.class)); in onDelete_noAction_deferred()
DCustomDatabaseTest.java26 import android.database.sqlite.SQLiteException;
97 } catch (IllegalStateException | SQLiteException e) { in create()
/frameworks/support/persistence/db/src/main/java/androidx/sqlite/db/
DSupportSQLiteOpenHelper.java21 import android.database.sqlite.SQLiteException;
201 throw new SQLiteException("Can't downgrade database from version " in onDowngrade()
251 } catch (SQLiteException e) { in onCorruption()
/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
DChannelLogoUtils.java21 import android.database.sqlite.SQLiteException;
132 } catch (SQLiteException | IOException e) { in storeChannelLogo()

123