/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionSettings.java | 20 import android.database.sqlite.SqliteWrapper; 23 import android.database.Cursor; 84 Log.e(TAG, "Apn is not found in Database!");
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarDebug.java | 21 import android.database.Cursor; 59 * Task to fetch info from the database and display as a ListActivity. 74 * Fetches debugging info from the database
|
SQLiteContentProvider.java | 25 import android.database.sqlite.SQLiteDatabase; 26 import android.database.sqlite.SQLiteOpenHelper; 27 import android.database.sqlite.SQLiteTransactionListener;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ProfileAwareUriMatcher.java | 43 // URIs matching to these constants must always use the profile database. 46 // URIs in this map will direct to the profile database if the ID (which is at the segment 50 // URIs in this map will direct to the profile database if the lookup key (which is at the
|
/system/core/logcat/ |
event.logtags | 73 75004 sqlite_db_corrupt (Database file corrupt|3) 97 # Database operation samples. 98 # db: the filename of the database
|
/frameworks/base/docs/html/sdk/api_diff/16/ |
user_comments_for_15_to_16.xml | [all...] |
/external/chromium/chrome/browser/history/ |
history_backend.cc | 56 TextDatabaseManager (manages multiple text database for different times) 152 // Handles querying first the main database, then the full text database if that 288 // if the database is corrupt. 382 // Avoid duplicating times in the database, at least as long as pages are 437 // We don't add this to the database since the referrer is already 518 // we only set db_ to the created database if creation is successful. That 531 // History database. 547 // Fill the in-memory database and send it back to the history service on the 565 // Full-text database. This has to be first so we can pass it to th [all...] |
text_database.cc | 21 // There are two tables in each database, one full-text search (FTS) table which 56 // The string prepended to the database identifier to generate the filename. 131 // Set the database page size to something a little larger to give us 143 // Run the database in exclusive mode. Nobody else should be accessing the 144 // database while we're running, and this will give somewhat improved perf. 147 // Attach the database to our index file. 161 LOG(WARNING) << "Text database is too new.";
|
/external/webkit/Source/WebKit/gtk/po/ |
it.po | 313 msgid "Web Database Usage" 314 msgstr "Uso database web" 319 "La dimensione cumulativa di tutti i database web nell'origine della sicurezza" 322 msgid "Web Database Quota" 323 msgstr "Quota database web" 326 msgid "The web database quota of the security origin in bytes" 327 msgstr "La quota di database web dell'origine della sicurezza in byte" 356 msgid "The security origin of the database" 357 msgstr "L'origine della sicurezza del database" 364 msgid "The name of the Web Database database [all...] |
/external/chromium/app/sql/ |
connection.cc | 23 // up the database. 129 // table doesn't exist, it probably means this is a new database and there 261 // database, but we know ours doesn't modify it, so the cast is safe. 350 // If indicated, lock up the database before doing anything else, so 355 // assumptions about who might change things in the database.
|
/external/chromium/chrome/browser/ |
favicon_helper.h | 31 // requests the favicon from the history database. At this point 47 // . On the other hand if the database does not know the favicon for url, or 52 // truly know both the favicon url and the state of the database. 57 // . Otherwise we ask the history database to update the mapping from 68 // the database to save the favicon.
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebsettings.cpp | 239 #if ENABLE(DATABASE) 317 cache, icon database, local database storage and offline 337 enable the use of an offline storage database by calling the 631 Sets the path of the icon database to \a path. The icon database is used 636 Setting an empty path disables the icon database. 661 Returns the path of the icon database or an empty string if the icon 662 database is disabled. 675 Clears the icon database [all...] |
/external/webkit/Source/WebKit/win/ |
WebIconDatabase.cpp | 71 LOG_ERROR("Unable to get icon database enabled preference"); 88 LOG_ERROR("Unable to get icon database location preference"); 96 LOG_ERROR("Failed to construct default icon database path"); 100 LOG_ERROR("Failed to open icon database path"); 324 // Windows doesn't do any old-style database importing.
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseGeneralTest.java | 17 package android.database; 19 import static android.database.DatabaseUtils.InsertHelper.TABLE_INFO_PRAGMA_COLUMNNAME_INDEX; 20 import static android.database.DatabaseUtils.InsertHelper.TABLE_INFO_PRAGMA_DEFAULT_INDEX; 23 import android.database.sqlite.SQLiteDatabase; 24 import android.database.sqlite.SQLiteException; [all...] |
/packages/apps/Browser/tests/src/com/android/browser/ |
WebStorageSizeManagerUnitTests.java | 234 // This test ensures that if an origin creates more than one database, the quota that is 263 // Now try to create a new database under the origin, by invoking onExceededDatabaseQuota 272 // Create another database, but this time use a size that will overflow the space on the 279 // Create another database. This time, request less than the old quota. 288 // Now have the first database overflow it's quota. We should get 1 more MB.
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
MailboxSettings.java | 55 * All changes made by the user will not be immediately saved to the database, as changing the 56 * sync window may result in removal of messages. Instead, we only save to the database in {@link 309 * Updates {@link #mAccount}/{@link #mMailbox}, but doesn't save to the database yet. 327 * Save changes to the database. 330 * allowed to touch the database, so it uses {@link EmailAsyncTask} to do the save on a bg
|
/packages/apps/Email/src/com/android/email/provider/ |
DBHelper.java | 23 import android.database.Cursor; 24 import android.database.SQLException; 25 import android.database.sqlite.SQLiteDatabase; 26 import android.database.sqlite.SQLiteOpenHelper; 83 // Any changes to the database format *must* include update-in-place code. 85 // Version 4: Database wipe required; changing AccountManager interface w/Exchange 86 // Version 5: Database wipe required; changing AccountManager interface w/Exchange 129 // Any changes to the database format *must* include update-in-place code. 132 // Version 4: Database wipe required; changing AccountManager interface w/Exchange 133 // Version 5: Database wipe required; changing AccountManager interface w/Exchang [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
DownloadCache.java | 21 import android.database.Cursor; 22 import android.database.sqlite.SQLiteDatabase; 23 import android.database.sqlite.SQLiteOpenHelper; 128 // Then, find it in database 288 if (file != null) { // insert to database
|
/external/chromium/crypto/ |
nss_util.cc | 48 const char kNSSDatabaseName[] = "Real NSS database"; 54 // Fake certificate authority database used for testing. 132 // NSS creates a local cache of the sqlite database if it detects that the 133 // filesystem the database is on is much slower than the local disk. The 359 // Use the system certificate store, so initialize NSS without database. 367 "database: " << GetNSSErrorMessage(); 378 // Initialize with a persistent database (likely, ~/.pki/nssdb). 389 "database (" << nss_config_dir 394 VLOG(1) << "Initializing NSS without a persistent database."; 398 "database: " << GetNSSErrorMessage() [all...] |
/frameworks/base/core/jni/ |
android_database_SQLiteConnection.cpp | 45 * If another connection (possibly in another process) has the database locked for 54 * there is a problem acquiring a database lock. 133 throw_sqlite3_exception_errcode(env, err, "Could not open database"); 137 // Check that the database is really read/write when that is what we asked for. 139 throw_sqlite3_exception(env, db, "Could not open the database in read/write mode."); 652 ALOGE("Unknown column type when filling database window"); 733 LOG_WINDOW("Database locked, retrying"); 735 ALOGE("Bailing on database busy retry"); 797 { "nativeRegisterCustomFunction", "(ILandroid/database/sqlite/SQLiteCustomFunction;)V", [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
constructors_index_additions.html | 86 <nobr><A HREF="android.widget.CursorAdapter.html#android.widget.CursorAdapter.ctor_added(android.content.Context, android.database.Cursor, int)" class="hiddenlink" target="rightframe"><b>CursorAdapter</b> 156 <nobr><A HREF="android.widget.ResourceCursorAdapter.html#android.widget.ResourceCursorAdapter.ctor_added(android.content.Context, int, android.database.Cursor, int)" class="hiddenlink" target="rightframe"><b>ResourceCursorAdapter</b> 172 <nobr><A HREF="android.widget.SimpleCursorAdapter.html#android.widget.SimpleCursorAdapter.ctor_added(android.content.Context, int, android.database.Cursor, java.lang.String[], int[], int)" class="hiddenlink" target="rightframe"><b>SimpleCursorAdapter</b> 179 <nobr><A HREF="android.database.sqlite.SQLiteCursor.html#android.database.sqlite.SQLiteCursor.ctor_added(android.database.sqlite.SQLiteCursorDriver, java.lang.String, android.database.sqlite.SQLiteQuery)" class="hiddenlink" target="rightframe"><b>SQLiteCursor</b> 181 <nobr><A HREF="android.database.sqlite.SQLiteOpenHelper.html#android.database.sqlite.SQLiteOpenHelper.ctor_added(android.content.Context, java.lang.String, android.database.sqlite.SQLiteDatabase.CursorFactory, int, android.database.DatabaseErrorHandler)" class="hiddenlin (…) [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteQueryBuilderTest.java | 17 package android.database.sqlite.cts; 21 import android.database.Cursor; 22 import android.database.sqlite.SQLiteCursor; 23 import android.database.sqlite.SQLiteCursorDriver; 24 import android.database.sqlite.SQLiteDatabase; 25 import android.database.sqlite.SQLiteQuery; 26 import android.database.sqlite.SQLiteQueryBuilder;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
ScenarioResults.java | 46 * Complete results with additional database information. 229 * @return <code>true</code> if all the builds contained in the database are 277 * Read scenario results information from database. 320 * Read new data from the database. 345 * Set value from database information. 357 * Set value from database information. 369 * Read scenario results information from database.
|
/external/webkit/Source/WebKit/chromium/public/ |
WebKitClient.h | 120 // HTML5 Database ------------------------------------------------------ 128 // Opens a database file; dirHandle should be 0 if the caller does not need 133 // Deletes a database file and returns the error code 136 // Returns the attributes of the given database file 139 // Returns the size of the given database file 143 // Indexed Database ---------------------------------------------------- 241 // via this API, but sometimes (like in HTML 5 database opening) WebKit
|
/frameworks/base/core/java/android/widget/ |
SimpleCursorTreeAdapter.java | 20 import android.database.Cursor; 32 * {@link ViewBinder#setViewValue(android.view.View, android.database.Cursor, int)} 75 * @param cursor The database cursor 116 * @param cursor The database cursor 152 * @param cursor The database cursor 270 * that need to filter strings retrieved from the database. 289 * retrieved from the database.
|