HomeSort by relevance Sort by last modified time
    Searched refs:database (Results 276 - 300 of 1636) sorted by null

<<11121314151617181920>>

  /cts/tests/src/android/content/cts/
DummyProvider.java 25 import android.database.Cursor;
26 import android.database.sqlite.SQLiteDatabase;
27 import android.database.sqlite.SQLiteOpenHelper;
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
HttpAuthDatabase.java 9 import android.database.Cursor;
10 import android.database.sqlite.SQLiteDatabase;
11 import android.database.sqlite.SQLiteException;
15 * This database is used to support WebView's setHttpAuthUsernamePassword and
24 * provided by the underlying SQLiteDatabase instance. The exception is database opening: this
57 * initialization of that database.
59 * @param context the Context to use for opening the database
74 * @param context the Context to use for opening the database
90 * Opens the database, and upgrades it if necessary.
92 * @param context the Context to use for opening the database
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorAdapter.java 21 import android.database.ContentObserver;
22 import android.database.Cursor;
23 import android.database.DataSetObserver;
39 * Adapter that exposes data from a {@link android.database.Cursor Cursor} to a
ShadowAbstractCursor.java 7 import android.database.AbstractCursor;
8 import android.database.CursorWindow;
ShadowSQLiteProgram.java 3 import android.database.sqlite.SQLiteDatabase;
4 import android.database.sqlite.SQLiteProgram;
71 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed");
  /frameworks/ex/common/java/com/android/common/content/
SyncStateContentProviderHelper.java 21 import android.database.Cursor;
22 import android.database.DatabaseUtils;
23 import android.database.sqlite.SQLiteDatabase;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java 21 import android.database.ContentObserver;
22 import android.database.Cursor;
23 import android.database.MatrixCursor;
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsMessageSender.java 23 import android.database.Cursor;
24 import android.database.sqlite.SQLiteException;
25 import android.database.sqlite.SqliteWrapper;
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 20 import android.database.Cursor;
21 import android.database.sqlite.SQLiteDatabase;
22 import android.database.sqlite.SQLiteOpenHelper;
30 * a SQLite database.
62 * This exception is thrown when the cache encounter a null key or a null database reference
85 Log.e(TAG, "Could not read timezone database version from CalendarCache");
162 * Write a (key, value) pair in the database used by the cache. This method should be called in
165 * @param db the database (must not be null)
168 * @throws CacheException when key or database are null
173 throw new CacheException("Database cannot be null")
    [all...]
MetaData.java 22 import android.database.Cursor;
23 import android.database.sqlite.SQLiteDatabase;
24 import android.database.sqlite.SQLiteOpenHelper;
30 * values to avoid repeatedly banging on the database. It is also used
31 * for writing the values back to the database, while maintaining the
38 * These fields are updated atomically with the database.
49 * The cached copy of the meta-data fields from the database.
75 * database lock to read all the fields atomically.
84 // If the fields have not been initialized from the database,
85 // then read the database
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForOrganization.java 20 import android.database.Cursor;
21 import android.database.DatabaseUtils;
22 import android.database.sqlite.SQLiteDatabase;
  /cts/tests/tests/database/src/android/database/sqlite/cts/
DatabaseStatementTest.java 17 package android.database.sqlite.cts;
20 import android.database.Cursor;
21 import android.database.sqlite.SQLiteConstraintException;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteDoneException;
24 import android.database.sqlite.SQLiteStatement;
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStatementTest.java 17 package android.database;
20 import android.database.Cursor;
21 import android.database.sqlite.SQLiteConstraintException;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteDoneException;
24 import android.database.sqlite.SQLiteStatement;
CursorWindowTest.java 17 package android.database;
20 import android.database.CursorWindow;
DatabaseLockTest.java 17 package android.database;
19 import android.database.sqlite.SQLiteDatabase;
27 * This is a series of unit tests for database locks.
64 * attempting to access a database concurrently.
66 * same database at the same time with the same prioritization, neither thread
67 * is locked out and prevented from accessing the database.
114 * testLockLatency() tests the latency of database locks.
116 * the same database, the locking/unlocking of the database is done within an
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 23 import android.database.CharArrayBuffer;
24 import android.database.Cursor;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeBrowserProviderSuggestionsCursor.java 9 import android.database.AbstractCursor;
10 import android.database.Cursor;
76 // After clearing history, the Chrome bookmarks database will have a last access
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_store.h 62 // models of the DOM distiller data in sync: the local database, sync, and the
64 // database is loading. Once the local database has loaded, changes from any of
66 // database) are handled similarly:
79 // Creates storage using the given database for local storage. Initializes the
80 // database with |database_dir|.
81 DomDistillerStore(scoped_ptr<DomDistillerDatabaseInterface> database,
84 // Creates storage using the given database for local storage. Initializes the
85 // database with |database_dir|. Also initializes the internal model to
87 DomDistillerStore(scoped_ptr<DomDistillerDatabaseInterface> database,
    [all...]
  /external/chromium_org/content/test/data/indexeddb/
migration_test.js 15 "this script will create a new database that has no object stores");
transaction_not_blocked.js 7 // Do not use indexedDBTest() - need to re-use previous database.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.cpp 118 String InjectedScriptHost::databaseIdImpl(Database* database)
121 return databaseAgent->databaseId(database);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WebIDBCallbacksImpl.cpp 126 void WebIDBCallbacksImpl::onUpgradeNeeded(long long oldVersion, WebIDBDatabase* database, const WebIDBMetadata& metadata, unsigned short dataLoss, blink::WebString dataLossMessage)
128 m_request->onUpgradeNeeded(oldVersion, adoptPtr(database), metadata, static_cast<blink::WebIDBDataLoss>(dataLoss), dataLossMessage);
  /frameworks/base/core/java/android/content/
ContentQueryMap.java 19 import android.database.ContentObserver;
20 import android.database.Cursor;
30 * the database that is to be used as the key of the map is user-configurable, and the
  /frameworks/base/core/java/android/database/sqlite/
SQLiteProgram.java 17 package android.database.sqlite;
19 import android.database.DatabaseUtils;
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
FilteringCursorWrapper.java 23 import android.database.AbstractCursor;
24 import android.database.Cursor;

Completed in 1129 milliseconds

<<11121314151617181920>>