/cts/tests/tests/widget/src/android/widget/cts/ |
CursorAdapterTest.java | 22 import android.database.ContentObserver; 23 import android.database.Cursor; 24 import android.database.DataSetObserver; 25 import android.database.sqlite.SQLiteDatabase; 103 args = {android.content.Context.class, android.database.Cursor.class} 109 args = {android.content.Context.class, android.database.Cursor.class, boolean.class} 126 args = {android.content.Context.class, android.database.Cursor.class, boolean.class} 191 args = {android.database.Cursor.class} 215 args = {android.database.Cursor.class} 279 args = {android.content.Context.class, android.database.Cursor.class [all...] |
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseCursorTest.java | 17 package android.database; 22 import android.database.Cursor; 23 import android.database.CursorIndexOutOfBoundsException; 24 import android.database.DataSetObserver; 25 import android.database.DatabaseUtils; 26 import android.database.sqlite.SQLiteCursor; 27 import android.database.sqlite.SQLiteCursorDriver; 28 import android.database.sqlite.SQLiteDatabase; 29 import android.database.sqlite.SQLiteQuery; 30 import android.database.sqlite.SQLiteStatement [all...] |
/packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googleapps/ |
IGoogleLoginService.aidl | 215 * valid, mainly because a token cached in the device's database may 266 * Save a new account to the database. data should be an object 272 * Store an auth token into the database. Has no effect if 273 * account is not in the database. 280 * password in the database (and return the authtoken). 283 * authtokens for the account from the database. 285 * username must already exist in the database, or a status of 306 * in the database. 314 * Remove an account and all its authtokens from the database. 321 * Remove all accounts and authtokens from the database [all...] |
/cts/tests/src/android/content/cts/ |
MockContentProvider.java | 26 import android.database.Cursor; 27 import android.database.SQLException; 28 import android.database.sqlite.SQLiteDatabase; 29 import android.database.sqlite.SQLiteOpenHelper; 30 import android.database.sqlite.SQLiteQueryBuilder;
|
/external/bluetooth/bluez/src/ |
attrib-server.c | 50 static GSList *database = NULL; variable 209 for (l = database, props = 0; l != NULL; l = l->next) { 315 for (l = database, groups = NULL, cur = NULL; l; l = l->next) { 423 for (l = database, length = 0, types = NULL; l; l = l->next) { 507 for (l = database, info = NULL, num = 0; l; l = l->next) { 579 for (l = database, matches = NULL, range = NULL; l; l = l->next) { 632 l = g_slist_find_custom(database, GUINT_TO_POINTER(h), handle_cmp); 664 l = g_slist_find_custom(database, GUINT_TO_POINTER(h), handle_cmp); 695 l = g_slist_find_custom(database, GUINT_TO_POINTER(h), handle_cmp); 731 l = g_slist_find_custom(database, GUINT_TO_POINTER(h), handle_cmp) [all...] |
/external/chromium/chrome/browser/history/ |
history_backend.h | 59 // Called when the database cannot be read correctly for some reason. 68 // there may be no in-memory database. 315 // Adds the given rows to the database if it doesn't exist. A visit will be 351 // Computes the name of the specified database on disk. 354 // Returns the name of the Favicons database. This is the new name 355 // of the Thumbnails database. 366 // Adds a single visit to the database, updating the URL information such 371 // This does not schedule database commits, it is intended to be used as a 372 // subroutine for AddPage only. It also assumes the database is valid. 414 // We always keep a transaction open on the history database so that multipl [all...] |
starred_url_database.h | 26 // Bookmarks were originally part of the url database, they have since been 45 // Returns the database for the functions in this interface. 87 // Creates a starred entry with the specified parameters in the database. 99 // Deletes the entry from the starred database base on the starred id (NOT 145 // If the order differs, the database is updated. Returns false if the order
|
/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.h | 69 // Updates the on-disk store with the input |snapshot| as a database 124 // Creates a new sqlite3 handle to the backing database. Sets sqlite operation 138 // Removes each entry whose metahandle is in |handles| from the database. 149 // the ModelType enum and the values we persist in the database to identify 155 // Runs an integrity check on the current database. If the
|
/external/webkit/Source/WebCore/workers/ |
WorkerThread.cpp | 43 #if ENABLE(DATABASE) 197 #if ENABLE(DATABASE) 210 #if ENABLE(DATABASE) 211 // We wait for the database thread to clean up all its stuff so that we 233 #if ENABLE(DATABASE)
|
/frameworks/base/core/java/android/webkit/ |
WebViewDatabase.java | 28 import android.database.Cursor; 29 import android.database.DatabaseUtils; 30 import android.database.sqlite.SQLiteDatabase; 31 import android.database.sqlite.SQLiteException; 32 import android.database.sqlite.SQLiteStatement; 246 // use per table Mutex lock, turn off database lock, this 247 // improves performance as database's ReentrantLock is 285 // case that the database was updated and the 294 // we can turn off database lock to use transaction. 332 Log.i(LOGTAG, "Upgrading database from version [all...] |
/frameworks/base/core/java/com/android/internal/database/ |
SortCursor.java | 17 package com.android.internal.database; 19 import android.database.AbstractCursor; 20 import android.database.Cursor; 21 import android.database.DataSetObserver; 26 * performance is ever obtained, it can be put back under android.database.
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
SQLiteCursorTest.java | 17 package android.database.sqlite; 21 import android.database.Cursor; 60 // have a few connections in the database connection pool 66 // it should use a pooled database connection 116 // a new database page for each row.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapCallLogComposer.java | 23 import android.database.Cursor; 24 import android.database.sqlite.SQLiteException; 46 "Failed to get database information"; 49 "There's no exportable in the database"; 208 * Do nothing if the call log type gotton from the database is invalid.
|
/packages/apps/Browser/src/com/android/browser/ |
Bookmarks.java | 24 import android.database.Cursor; 57 * Add a bookmark to the database. 64 * @param retainIcon Whether to retain the page's icon in the icon database. 92 * Remove a bookmark from the database. If the url is a visited site, it 93 * will remain in the database, but only as a history item, and not as a
|
/packages/apps/Email/ |
proguard.flags | 25 *** getTraceIfAvailable(android.database.Cursor); 26 *** log(android.database.Cursor); 75 *** dumpCursor(android.database.Cursor); 81 *** getTraceIfAvailable(android.database.Cursor); 82 *** log(android.database.Cursor);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
VoicemailContentTable.java | 28 import android.database.Cursor; 29 import android.database.DatabaseUtils; 30 import android.database.sqlite.SQLiteDatabase; 31 import android.database.sqlite.SQLiteOpenHelper; 32 import android.database.sqlite.SQLiteQueryBuilder;
|
/frameworks/base/docs/html/guide/topics/providers/ |
content-providers.jd | 20 <li>{@link android.database.Cursor}</li> 93 Content providers expose their data as a simple table on a database model, 150 A query returns a {@link android.database.Cursor} object that can move from 247 23 in the database of people contacts, you might construct a query as follows: 254 import android.database.Cursor; 302 import android.database.Cursor; 345 A query returns a set of zero or more database records. The names of the 388 The retrieved data is exposed by a {@link android.database.Cursor Cursor} 405 android.database.Cursor#getString getString()}</code>, <code>{@link 406 android.database.Cursor#getInt getInt()}</code>, and <code>{@link [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
AbstractCursorTest.java | 17 package android.database.cts; 26 import android.database.AbstractCursor; 27 import android.database.CharArrayBuffer; 28 import android.database.ContentObserver; 29 import android.database.CursorIndexOutOfBoundsException; 30 import android.database.CursorWindow; 31 import android.database.DataSetObserver; 32 import android.database.sqlite.SQLiteDatabase; 110 args = {android.database.DataSetObserver.class} 115 args = {android.database.DataSetObserver.class [all...] |
/external/chromium/chrome/browser/autofill/ |
personal_data_manager_unittest.cc | 110 // This will verify that the web database has been loaded and the notification 118 // Add two test profiles to the database. 145 // to the web database, and that we can load the profiles from the web 146 // database. 149 // This will verify that the web database has been loaded and the notification 157 // Verify that we've loaded the profiles from the web database. 178 // This will verify that the web database has been loaded and the notification 186 // Add two test credit cards to the database. 213 // to the web database, and that we can load the credit cards from the web 214 // database [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
alldiffs_index_changes.html | 79 <A HREF="android.database.AbstractCursor.html" class="hiddenlink" target="rightframe">AbstractCursor</A><br> 83 <A HREF="android.database.AbstractWindowedCursor.html" class="hiddenlink" target="rightframe">AbstractWindowedCursor</A><br> 127 <!-- Package android.database --> 128 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br> 129 <!-- Package android.database.sqlite --> 130 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br> 374 <A HREF="android.database.Cursor.html" class="hiddenlink" target="rightframe"><i>Cursor</i></A><br> 379 <nobr><A HREF="android.widget.CursorAdapter.html#android.widget.CursorAdapter.ctor_changed(android.content.Context, android.database.Cursor)" class="hiddenlink" target="rightframe">CursorAdapte [all...] |
/external/chromium/chrome/browser/autocomplete/ |
history_url_provider.h | 54 // synchronously on the main thread and queries the in-memory URL database. 57 // quickly and hit enter, no matter how loaded the main history database is. 64 // The second autocomplete pass uses the full history database, which must be 66 // callback on the history thread with a pointer to the main database. When we 109 // performed because the history system failed to properly init the database. 135 // requests on the database (which hold a reference to us). Normally, these 162 // system. The history database MAY BE NULL in which case it is not 169 // Actually runs the autocomplete job on the given database, which is 286 // Converts a line from the database into an autocomplete match for display.
|
/hardware/ti/omap3/dspbridge/inc/ |
dbdcd.h | 21 * Defines the DSP/BIOS Bridge Configuration Database (DCD) API. 71 * Due to the DCD database construction, it is essential for a DCD-enabled 97 * Due to the DCD database construction, it is essential for a DCD-enabled 151 * DSP_EFAIL: Unable to enumerate through the DCD database. 307 * various actions, such as 1) register nodes in the node database, 2) 308 * unregister nodes from the node database, and 3) add overlay nodes. 326 * Due to the DCD database construction, it is essential for a DCD-enabled 352 * This function registers a DSP/BIOS Bridge object in the DCD database. 375 * database.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdcd.h | 21 * Defines the DSP/BIOS Bridge Configuration Database (DCD) API. 71 * Due to the DCD database construction, it is essential for a DCD-enabled 97 * Due to the DCD database construction, it is essential for a DCD-enabled 151 * DSP_EFAIL: Unable to enumerate through the DCD database. 307 * various actions, such as 1) register nodes in the node database, 2) 308 * unregister nodes from the node database, and 3) add overlay nodes. 326 * Due to the DCD database construction, it is essential for a DCD-enabled 352 * This function registers a DSP/BIOS Bridge object in the DCD database. 375 * database.
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebIconDatabase.mm | 101 static WebIconDatabase *database = nil; 102 if (!database) 103 database = [[WebIconDatabase alloc] init]; 104 return database; 114 // Check the user defaults and see if the icon database should even be enabled. 294 // Rename legacy icon database files to the new icon database name 304 // Set the private browsing pref then open the WebCore icon database 307 LOG_ERROR("Unable to open icon database"); 454 // WebKit Icon Database [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
TelephonyProvider.java | 28 import android.database.Cursor; 29 import android.database.sqlite.SQLiteDatabase; 30 import android.database.sqlite.SQLiteOpenHelper; 31 import android.database.sqlite.SQLiteQueryBuilder; 97 * DatabaseHelper helper class for loading apns into a database. 107 // Get the database version, combining a static schema version and the XML version 115 Log.e(TAG, "Can't get version of APN database", e); 124 // Set up the database schema 161 Log.e(TAG, "Got exception while loading APN database.", e); 198 // 5 << 16 is the Database version and 6 in the xml version [all...] |