/frameworks/base/core/java/android/database/sqlite/ |
SQLiteException.java | 24 public class SQLiteException extends SQLException { 25 public SQLiteException() { 28 public SQLiteException(String error) { 32 public SQLiteException(String error, Throwable cause) {
|
SQLiteAbortException.java | 24 public class SQLiteAbortException extends SQLiteException {
|
SQLiteAccessPermException.java | 23 public class SQLiteAccessPermException extends SQLiteException {
|
SQLiteBindOrColumnIndexOutOfRangeException.java | 22 public class SQLiteBindOrColumnIndexOutOfRangeException extends SQLiteException {
|
SQLiteBlobTooBigException.java | 19 public class SQLiteBlobTooBigException extends SQLiteException {
|
SQLiteCantOpenDatabaseException.java | 19 public class SQLiteCantOpenDatabaseException extends SQLiteException {
|
SQLiteConstraintException.java | 22 public class SQLiteConstraintException extends SQLiteException {
|
SQLiteDatabaseCorruptException.java | 22 public class SQLiteDatabaseCorruptException extends SQLiteException {
|
SQLiteDatabaseLockedException.java | 27 public class SQLiteDatabaseLockedException extends SQLiteException {
|
SQLiteDatatypeMismatchException.java | 19 public class SQLiteDatatypeMismatchException extends SQLiteException {
|
SQLiteDiskIOException.java | 23 public class SQLiteDiskIOException extends SQLiteException {
|
SQLiteDoneException.java | 25 public class SQLiteDoneException extends SQLiteException {
|
SQLiteFullException.java | 22 public class SQLiteFullException extends SQLiteException {
|
SQLiteMisuseException.java | 31 public class SQLiteMisuseException extends SQLiteException {
|
SQLiteOutOfMemoryException.java | 19 public class SQLiteOutOfMemoryException extends SQLiteException {
|
SQLiteReadOnlyDatabaseException.java | 19 public class SQLiteReadOnlyDatabaseException extends SQLiteException {
|
SQLiteTableLockedException.java | 19 public class SQLiteTableLockedException extends SQLiteException {
|
SqliteWrapper.java | 24 import android.database.sqlite.SQLiteException; 43 private static boolean isLowMemory(SQLiteException e) { 47 public static void checkSQLiteException(Context context, SQLiteException e) { 60 } catch (SQLiteException e) { 61 Log.e(TAG, "Catch a SQLiteException when query: ", e); 70 } catch (SQLiteException e) { 71 Log.e(TAG, "Catch a SQLiteException when requery: ", e); 80 } catch (SQLiteException e) { 81 Log.e(TAG, "Catch a SQLiteException when update: ", e); 91 } catch (SQLiteException e) [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteExceptionTest.java | 19 import android.database.sqlite.SQLiteException; 24 new SQLiteException(); 26 new SQLiteException("error");
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DownloadManagerWrapper.java | 24 import android.database.sqlite.SQLiteException; 37 * much more, so this class insulates the callers from these. SQLiteException also inherit from 61 } catch (SQLiteException e) { 76 } catch (SQLiteException e) { 91 } catch (SQLiteException e) { 105 } catch (SQLiteException e) {
|
/frameworks/opt/telephony/src/java/com/google/android/mms/util/ |
SqliteWrapper.java | 25 import android.database.sqlite.SQLiteException; 55 private static boolean isLowMemory(SQLiteException e) { 59 public static void checkSQLiteException(Context context, SQLiteException e) { 72 } catch (SQLiteException e) { 73 Log.e(TAG, "Catch a SQLiteException when query: ", e); 82 } catch (SQLiteException e) { 83 Log.e(TAG, "Catch a SQLiteException when requery: ", e); 92 } catch (SQLiteException e) { 93 Log.e(TAG, "Catch a SQLiteException when update: ", e); 103 } catch (SQLiteException e) [all...] |
/packages/apps/Messaging/src/com/android/messaging/mmslib/ |
SqliteWrapper.java | 24 import android.database.sqlite.SQLiteException; 41 } catch (SQLiteException e) { 54 } catch (SQLiteException e) { 67 } catch (SQLiteException e) { 80 } catch (SQLiteException e) {
|
/external/robolectric/v3/libs/ |
sqlite4java-0.282.jar | |
/prebuilts/misc/common/robolectric/3.1.1/lib/ |
sqlite4java-0.282.jar | |
/prebuilts/misc/common/robolectric/3.4.2/lib/ |
sqlite4java-0.282.jar | |