/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
classes_index_all.html | 78 <A HREF="android.database.AbstractCursor.html" class="hiddenlink" target="rightframe">AbstractCursor</A><br> 80 <A HREF="android.database.AbstractWindowedCursor.html" class="hiddenlink" target="rightframe">AbstractWindowedCursor</A><br> 227 <A HREF="android.database.Cursor.html" class="hiddenlink" target="rightframe"><i>Cursor</i></A><br> 230 <A HREF="android.database.CursorWindow.html" class="hiddenlink" target="rightframe">CursorWindow</A><br> 231 <A HREF="android.database.CursorWrapper.html" class="hiddenlink" target="rightframe">CursorWrapper</A><br> 257 <A HREF="pkg_android.database.html#DatabaseErrorHandler" class="hiddenlink" target="rightframe"><b><i>DatabaseErrorHandler</i></b></A><br> 258 <A HREF="android.database.DatabaseUtils.html" class="hiddenlink" target="rightframe">DatabaseUtils</A><br> 262 <A HREF="pkg_android.database.html#DefaultDatabaseErrorHandler" class="hiddenlink" target="rightframe"><b>DefaultDatabaseErrorHandler</b></A><br> [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
alldiffs_index_all.html | 197 <!-- Package android.database --> 198 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br> 199 <!-- Package android.database.sqlite --> 200 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br> 481 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.compile_changed(java.lang.String, boolean)" class="hiddenlink" target="rightframe">type 482 (<code>String, boolean</code>) in android.database.sqlite.SQLiteProgram 498 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.CONFLICT_ABORT" class="hiddenlin (…) [all...] |
jdiff_statistics.html | 243 <TD><A HREF="pkg_android.database.sqlite.html">android.database.sqlite</A></TD> 275 <TD><A HREF="pkg_android.database.html">android.database</A></TD> 403 <TD><A HREF="android.database.sqlite.SQLiteProgram.html"> 404 android.database.sqlite.SQLiteProgram</A></TD> 553 <TD><A HREF="android.database.DatabaseUtils.html"> 554 android.database.DatabaseUtils</A></TD> 573 <TD><A HREF="android.database.sqlite.SQLiteDatabase.html"> 574 android.database.sqlite.SQLiteDatabase</A></TD [all...] |
alldiffs_index_changes.html | 137 <!-- Package android.database --> 138 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br> 139 <!-- Package android.database.sqlite --> 140 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br> 293 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.compile_changed(java.lang.String, boolean)" class="hiddenlink" target="rightframe">type 294 (<code>String, boolean</code>) in android.database.sqlite.SQLiteProgram 328 <A HREF="android.database.DatabaseUtils.html" class="hiddenlink" target="rightframe">DatabaseUtils</A><br [all...] |
alldiffs_index_additions.html | 314 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.CONFLICT_ABORT" class="hiddenlink" target="rightframe">CONFLICT_ABORT</A> 317 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.CONFLICT_FAIL" class="hiddenlink" target="rightframe">CONFLICT_FAIL</A> 320 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.CONFLICT_IGNORE" class="hiddenlink" target="rightframe">CONFLICT_IGNORE</A> 323 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.CONFLICT_NONE" class="hiddenlink" target="rightframe">CONFLICT_NONE</A> 326 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.CONFLICT_REPLACE" class="hiddenlink" target="rightframe">CONFLICT_REPLACE</A [all...] |
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
Adapters.java | 24 import android.database.Cursor; 237 * <li>{@link Adapters#loadCursorAdapter(android.content.Context, int, android.database.Cursor, Object[])}</li> 264 * <p>Interface used to bind a {@link android.database.Cursor} column to a View. This 276 * @see android.database.Cursor 288 * {@link #bind(android.view.View, android.database.Cursor, int)} operation.</p> 290 * @see #bind(android.view.View, android.database.Cursor, int) 325 * <p>Interface used to transform data coming out of a {@link android.database.Cursor} 332 * @see android.database.Cursor 442 * @see android.database.Cursor 474 * @see #loadCursorAdapter(android.content.Context, int, android.database.Cursor, Object[] [all...] |
/frameworks/base/core/java/android/app/ |
DownloadManager.java | 23 import android.database.Cursor; 24 import android.database.CursorWrapper; 144 * used to delete the entries from MediaProvider database when it is deleted from the 316 * they are not 'returned' by the database, but their inclusion 356 * stored in the database column {@link Downloads.Impl#COLUMN_MEDIA_SCANNED}. 362 * the following value is stored in the database column [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
methods_index_changes.html | 67 <nobr><A HREF="android.database.DatabaseUtils.html#android.database.DatabaseUtils.appendEscapedSQLString_changed(java.lang.StringBuilder, java.lang.String)" class="hiddenlink" target="rightframe">appendEscapedSQLString 169 <nobr><A HREF="android.database.Cursor.html#android.database.Cursor.getColumnIndex_changed(java.lang.String)" class="hiddenlink" target="rightframe">type 170 (<code>String</code>) in android.database.Cursor 172 <nobr><A HREF="android.database.CursorWrapper.html#android.database.CursorWrapper.getColumnIndex_changed(java.lang.String)" class="hiddenlink" target="rightframe">type 173 (<code>String</code>) in android.database.CursorWrapper 432 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.yieldIfContended_changed()" class="hiddenlink" target="rightframe">yieldIfCo (…) [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
LegacyContactImporter.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; 66 * Estimated increase in database size after import. 71 * Estimated minimum database size in megabytes. 115 Log.i(TAG, "Legacy contacts database does not exist at " + path); 130 Log.e(TAG, "Database import exception. Will retry in " + DELAY_BETWEEN_ATTEMPTS 133 // We could get a "database locked" exception here, in whic [all...] |
/external/webkit/Source/WebKit/gtk/po/ |
id.po | 298 msgid "Web Database Usage" 306 msgid "Web Database Quota" 310 msgid "The web database quota of the security origin in bytes" 339 msgid "The security origin of the database" 347 msgid "The name of the Web Database database" 355 msgid "The display name of the Web Storage database" 363 msgid "The expected size of the Web Database database" 371 msgid "The current size of the Web Database database [all...] |
pl.po | 304 msgid "Web Database Usage" 312 msgid "Web Database Quota" 316 msgid "The web database quota of the security origin in bytes" 345 msgid "The security origin of the database" 353 msgid "The name of the Web Database database" 361 msgid "The display name of the Web Storage database" 369 msgid "The expected size of the Web Database database" 377 msgid "The current size of the Web Database database [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | 27 import android.database.Cursor; 28 import android.database.SQLException; 86 * gathered and inserts an entry in to the database. 101 * Once MediaScanner processFile returns, an entry is inserted in to the database. 327 // used when scanning the image database so we know whether we have to prune 330 /** Whether the database had any entries in it before the scan started */ 627 // inserting the title in to the database. 786 // update database [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ContextWrapperTest.java | 38 import android.database.Cursor; 39 import android.database.sqlite.SQLiteCursorDriver; 40 import android.database.sqlite.SQLiteDatabase; 41 import android.database.sqlite.SQLiteQuery; 396 android.database.sqlite.SQLiteDatabase.CursorFactory.class} 407 android.database.sqlite.SQLiteDatabase.CursorFactory.class} 430 return new android.database.sqlite.SQLiteCursor(db, masterQuery, editTable, query) { [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_store_mac.cc | 412 // Pull out the database blacklist items, since they are used as-is rather 434 // Add in the blacklist entries from the database. 820 // database entry. 853 // items with database entries that weren't in the delete range. Instead, [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.cc | 266 // Open database handle. 270 // Load data from the database. 277 // Close database handle. 288 // Something's gone wrong. Nuke the database and try again. 290 LOG(ERROR) << "Sync database " << backing_filepath_.value() 505 VLOG(1) << "Old/null sync database, version " << version_on_disk; 506 // Delete the existing database (if any), and create a fresh one. [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebsettings.cpp | 546 * WebKitWebSettings:enable-html5-database: 548 * Whether to enable HTML5 client-side SQL database support. Client-side 549 * SQL database allows web pages to store structured data and be able to 556 g_param_spec_boolean("enable-html5-database", 557 _("Enable HTML5 Database"), 558 _("Whether to enable HTML5 database support"), [all...] |
/frameworks/base/media/jni/ |
android_mtp_MtpDatabase.cpp | 78 MtpDatabase* getMtpDatabase(JNIEnv *env, jobject database) { 79 return (MtpDatabase *)env->GetIntField(database, field_context); 1073 MyMtpDatabase* database = new MyMtpDatabase(env, thiz); local 1081 MyMtpDatabase* database = (MyMtpDatabase *)env->GetIntField(thiz, field_context); local [all...] |
/packages/providers/DownloadProvider/docs/ |
index.html | 97 <li> <a href="#Database_formats">Database formats</a> 180 to test the database upgrades from 1.0 database scheme to a new scheme, any work done in Cupcake will 181 have to work within the existing 1.0 database scheme. 247 The <code>URI</code> column is visible to the initiating application, which is a mild security risk. It should be hidden, but the OTA update mechanism relies on it to check duplicate downloads and to display the download that's currently ongoing in the settings app. If another string column was exposed to the initiating applications, the OTA update mechanism could use that one, and <code>URI</code> could then be hidden. For Cupcake, without changing the database schema, the <code>ENTITY</code> column could be re-used as it's currently unused. 260 If the <code>URI</code> column gets hidden, it could be used to store the intermediate URIs. After 1.0 the only available integer columns were <code>METHOD</code> and <code>CONTROL</code>. <code>CONTROL</code> was re-exposed to applications and can't be used. <code>METHOD</code> is slated to be re-used for 503 retry-after delays. It could be split into two halves, one for retry-after and one for the redirect count. It would make more sense to count the redirect loop with <code>FAILED_CONNECTIONS</code>, but since there's already quite some code using it it'd take a bit more effort. Ideally handling of redirects would be delayed until a future release, with a cleanup of the database schema (going along with the cleanup of the handling of filenames). 262 Because of the pattern used to read/write <code>DownloadInfo</code> and <code>DownloadProvider</code>, it's impractical to store multiple small integers into a large one. Therefore, since there are no integer columns left in the database, redirects will have to wait beyond Cupcake. [all...] |
/external/v8/src/ |
liveobjectlist.cc | [all...] |
/external/webkit/Source/WebCore/page/ |
DOMWindow.cpp | 48 #include "Database.h" 1362 RefPtr<Database> database = 0; local [all...] |
/external/chromium/chrome/browser/ |
cookies_tree_model.cc | 581 return DATABASE; 583 return DATABASE; // close enough 585 return DATABASE; // ditto 587 return DATABASE; // ditto 589 return DATABASE; // ditto
|
/external/webkit/Source/WebCore/inspector/ |
InspectorInstrumentation.h | 44 class Database; 151 #if ENABLE(DATABASE) 152 static void didOpenDatabase(ScriptExecutionContext*, PassRefPtr<Database>, const String& domain, const String& name, const String& version); 271 #if ENABLE(DATABASE) 272 static void didOpenDatabaseImpl(InspectorAgent*, PassRefPtr<Database>, const String& domain, const String& name, const String& version); [all...] |
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.cpp | 58 #if ENABLE(DATABASE) 377 #if ENABLE(DATABASE) 393 // Only update estimatedSize if we are trying to create a a new database, i.e. the usage for the database is 0. 422 // Otherwise, give up and deny the new database. :(
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
Alarms.java | 28 import android.database.Cursor; 140 // Private method to get a more limited set of alarms from the database. 189 * Return an Alarm object representing the alarm id in the database. 295 // non-repeating alarm is not in the active list in the database. 543 // The time in the database is either 0 (repeating) or a specific time
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Mailbox.java | 23 import android.database.Cursor; 215 * Restore a Mailbox from the database, given its unique id 247 * Returns a Mailbox from the database, given its pathname and account id. All mailbox 279 * Returns a {@link Mailbox} for the given path. If the path is not in the database, a new 364 // Fallback to querying the database directly.
|