HomeSort by relevance Sort by last modified time
    Searched refs:sqlite (Results 201 - 225 of 329) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Mms/src/com/android/mms/model/
VideoModel.java 26 import android.database.sqlite.SqliteWrapper;
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java 32 import android.database.sqlite.SqliteWrapper;
PushReceiver.java 31 import android.database.sqlite.SqliteWrapper;
SendTransaction.java 25 import android.database.sqlite.SqliteWrapper;
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 28 import android.database.sqlite.SqliteWrapper;
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 28 import android.database.sqlite.SqliteWrapper;
DraftCache.java 24 import android.database.sqlite.SqliteWrapper;
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarDatabaseHelperTest.java 23 import android.database.sqlite.SQLiteDatabase;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForPhoneNumber.java 21 import android.database.sqlite.SQLiteDatabase;
PhotoStore.java 19 import android.database.sqlite.SQLiteDatabase;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 22 import android.database.sqlite.SQLiteDatabase;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DatabaseTestBase.java 5 import android.database.sqlite.SQLiteDatabase;
197 * so SQLite + Android work inconsistently (it maintains state that it should not)
203 * 3) mimic Android\SQLite precisely and return inconsistent results based on previous state
217 //Android and SQLite don't normally throw an exception here. See above explanation as to why Robolectric should.
223 //Android and SQLite don't normally throw an exception here. See above explanation as to why Robolectric should.
227 @Test(expected = android.database.sqlite.SQLiteException.class)
SQLiteCursorTest.java 4 import android.database.sqlite.SQLiteCursor;
  /external/webkit/LayoutTests/storage/
test-authorizer.js 51 // (according to http://www.sqlite.org/tempfiles.html), it doesn't, and I'm not aware
83 // There is no SQL/Javascript API to add user-defined functions to SQLite,
  /frameworks/base/core/java/android/content/
ContextWrapper.java 28 import android.database.sqlite.SQLiteDatabase;
29 import android.database.sqlite.SQLiteDatabase.CursorFactory;
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 17 package android.database.sqlite;
21 import android.database.sqlite.SQLiteDebug.DbStats;
37 * Maintains a pool of active SQLite database connections.
58 * operations invokving SQLite can throw {@link SQLiteException} or other
    [all...]
SQLiteSession.java 17 package android.database.sqlite;
157 * This class must tolerate reentrant execution of SQLite operations because
158 * triggers may call custom SQLite functions that perform additional queries.
189 * Corresponds to the SQLite <code>BEGIN DEFERRED</code> transaction mode.
203 * Corresponds to the SQLite <code>BEGIN IMMEDIATE</code> transaction mode.
217 * Corresponds to the SQLite <code>BEGIN EXCLUSIVE</code> transaction mode.
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/photos/data/
PhotoProviderTest.java 24 import android.database.sqlite.SQLiteDatabase;
25 import android.database.sqlite.SQLiteOpenHelper;
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 11 import android.database.sqlite.SQLiteDatabase;
12 import android.database.sqlite.SQLiteOpenHelper;
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 35 import android.database.sqlite.SQLiteDatabase;
120 } catch (android.database.sqlite.SQLiteException e) {
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtils_InsertHelperTest.java 24 import android.database.sqlite.SQLiteDatabase;
  /cts/tests/tests/provider/src/android/provider/cts/
SettingsTest.java 24 import android.database.sqlite.SQLiteException;
  /libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java 17 package libcore.sqlite;
19 import SQLite.Database;
20 import SQLite.Exception;
21 import SQLite.Function;
22 import SQLite.FunctionContext;
23 import SQLite.Stmt;
24 import SQLite.TableResult;
  /packages/apps/Browser/src/com/android/browser/
DataController.java 25 import android.database.sqlite.SQLiteException;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropLoader.java 23 import android.database.sqlite.SQLiteException;

Completed in 3178 milliseconds

1 2 3 4 5 6 7 891011>>