Home
last modified time | relevance | path

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

12

/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
DSQLiteOpenHelper.java227 } catch (SQLiteException ex) { in getDatabaseLocked()
244 throw new SQLiteException("Can't upgrade read-only database from version " + in getDatabaseLocked()
360 throw new SQLiteException("Can't downgrade database from version " + in onDowngrade()
DSQLiteDatabaseCorruptException.java22 public class SQLiteDatabaseCorruptException extends SQLiteException {
DSQLiteDatabaseLockedException.java27 public class SQLiteDatabaseLockedException extends SQLiteException {
DSQLiteDatatypeMismatchException.java19 public class SQLiteDatatypeMismatchException extends SQLiteException {
DSQLiteDiskIOException.java23 public class SQLiteDiskIOException extends SQLiteException {
DSQLiteFullException.java22 public class SQLiteFullException extends SQLiteException {
DSQLiteOutOfMemoryException.java19 public class SQLiteOutOfMemoryException extends SQLiteException {
DSQLiteDoneException.java25 public class SQLiteDoneException extends SQLiteException {
DSQLiteReadOnlyDatabaseException.java19 public class SQLiteReadOnlyDatabaseException extends SQLiteException {
DSQLiteTableLockedException.java19 public class SQLiteTableLockedException extends SQLiteException {
DSQLiteMisuseException.java31 public class SQLiteMisuseException extends SQLiteException {
DSQLiteConstraintException.java22 public class SQLiteConstraintException extends SQLiteException {
DSQLiteAbortException.java24 public class SQLiteAbortException extends SQLiteException {
DSQLiteAccessPermException.java23 public class SQLiteAccessPermException extends SQLiteException {
DSQLiteBindOrColumnIndexOutOfRangeException.java22 public class SQLiteBindOrColumnIndexOutOfRangeException extends SQLiteException {
DSQLiteBlobTooBigException.java19 public class SQLiteBlobTooBigException extends SQLiteException {
DSQLiteCantOpenDatabaseException.java19 public class SQLiteCantOpenDatabaseException extends SQLiteException {
DSQLiteQuery.java69 } catch (SQLiteException ex) { in fillWindow()
DSQLiteConnection.java193 } catch (SQLiteException ex) { in open()
391 throw new SQLiteException("Failed to change locale for db '" + mConfiguration.label in setLocaleFromConfiguration()
914 } catch (SQLiteException ex) { in releasePreparedStatement()
1023 throw new SQLiteException("Cannot execute this statement because it " in throwIfStatementForbidden()
1116 } catch (SQLiteException ex) { in collectDbStats()
1135 } catch (SQLiteException ex) { in collectDbStats()
1144 } catch (SQLiteException ex) { in collectDbStats()
/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/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java33 import android.database.sqlite.SQLiteException;
450 } catch (SQLiteException e) { in getDeliveryOrReadReportThreadId()
485 } catch (SQLiteException e) { in isDuplicateNotification()

12