/packages/apps/Email/tests/src/com/android/email/activity/ |
ContactStatusLoaderTest.java | 23 import android.database.Cursor; 24 import android.database.MatrixCursor;
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
ExchangeDirectoryProviderTests.java | 25 import android.database.Cursor; 26 import android.database.MatrixCursor;
|
/packages/apps/Gallery/src/com/android/camera/ |
MovieViewControl.java | 29 import android.database.Cursor; 30 import android.database.sqlite.SQLiteException;
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
LocalPhotoSource.java | 29 import android.database.ContentObserver; 30 import android.database.Cursor;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherSettings.java | 179 * exist within the launcher database will be ignored when loading. That said, these 180 * entries in the database may still exist, and are not automatically stripped.
|
/packages/apps/Mms/src/com/android/mms/model/ |
VideoModel.java | 26 import android.database.sqlite.SqliteWrapper; 33 import android.database.Cursor;
|
/packages/apps/Mms/src/com/android/mms/util/ |
DraftCache.java | 19 import android.database.sqlite.SqliteWrapper; 26 import android.database.Cursor;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionCursorBackedCursor.java | 19 import android.database.AbstractCursor; 20 import android.database.CursorIndexOutOfBoundsException;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForPhoneNumber.java | 25 import android.database.Cursor; 26 import android.database.sqlite.SQLiteDatabase;
|
DataRowHandlerForPhoto.java | 21 import android.database.Cursor; 22 import android.database.sqlite.SQLiteDatabase;
|
/external/webkit/Source/WebKit/gtk/po/ |
ko.po | 295 msgid "Web Database Usage" 303 msgid "Web Database Quota" 307 msgid "The web database quota of the security origin in bytes" 336 msgid "The security origin of the database" 344 msgid "The name of the Web Database database" 352 msgid "The display name of the Web Storage database" 360 msgid "The expected size of the Web Database database" 368 msgid "The current size of the Web Database database [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
DatabaseUtils_InsertHelperTest.java | 17 package android.database.cts; 27 import android.database.Cursor; 28 import android.database.DatabaseUtils.InsertHelper; 29 import android.database.sqlite.SQLiteDatabase; 61 args = {android.database.sqlite.SQLiteDatabase.class, java.lang.String.class}
|
/external/chromium/chrome/browser/search_engines/ |
template_url_model.h | 41 // persisted to the database maintained by WebDataService. *ALL* mutations 44 // database in sync. 279 // This does NOT notify the delegate or the database. 387 // obtained from the Profile. This allows us to lazily access the database. 426 // increasing integer that is initialized from the database.
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_cookie_view.cc | 97 // Database details. 130 // Database accessed item. 322 // Database details. 412 // Database accessed prompt. 528 // Switches the display to showing the passed in database.
|
/external/webkit/Source/WebCore/storage/ |
IDBObjectStoreBackendImpl.cpp | 243 // FIXME: The Indexed Database specification does not have an error code dedicated to I/O errors. 252 continue; // The index object has been created, but does not exist in the database yet. 255 // FIXME: The Indexed Database specification does not have an error code dedicated to I/O errors. 262 // FIXME: The Indexed Database specification does not have an error code dedicated to I/O errors. 297 continue; // The index object has been created, but does not exist in the database yet.
|
StorageTracker.cpp | 112 LOG_ERROR("Failed to create database file '%s'", databasePath.ascii().data()); 171 LOG_ERROR("Failed to read in all origins from the database."); 376 LOG_ERROR("Failed to read in all origins from the database."); 382 // In the case where it is not possible to delete the database file (e.g some other program 422 // Before deleting database, we need to clear in-memory local storage data
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
DatabaseConnectionPoolTest.java | 17 package android.database.sqlite; 20 import android.database.sqlite.SQLiteDatabaseTest.ClassToTestSqlCompilationAndCaching; 203 // get the given sql be compiled on the given database connection. 205 // is already cached by a database connection. 351 // print the distribution of the database connection handles received, should be uniform.
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex3.jd | 41 to access the notes from the database directly. All we need passed into the 132 <p>We will take care of storing the updates or new notes in the database 233 We will use this to save the current note back to the database. Good 237 to read the note out of the database again and populate the fields.</p> 281 database.</p>
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex3.jd | 41 to access the notes from the database directly. All we need passed into the 132 <p>We will take care of storing the updates or new notes in the database 233 We will use this to save the current note back to the database. Good 237 to read the note out of the database again and populate the fields.</p> 281 database.</p>
|
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/ |
StrictModeActivity.java | 33 import android.database.Cursor; 34 import android.database.SQLException; 35 import android.database.sqlite.SQLiteDatabase; 120 } catch (android.database.sqlite.SQLiteException e) { 447 // The database will take care of replacing duplicates.
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
methods_index_all.html | 151 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.compile_changed(java.lang.String, boolean)" class="hiddenlink" target="rightframe">type 152 (<code>String, boolean</code>) in android.database.sqlite.SQLiteProgram 164 <nobr><A HREF="android.database.DatabaseUtils.html#android.database.DatabaseUtils.cursorDoubleToContentValuesIfPresent_added(android.database.Cursor, android.content.ContentValues, java.lang.String)" class="hiddenlink" target="rightframe"><b>cursorDoubleToContentValuesIfPresent</b> 166 <nobr><A HREF="android.database.DatabaseUtils.html#android.database.DatabaseUtils.cursorFloatToContentValuesIfPresent_added(android.database.Cursor, android.content.ContentValues, java.lang.String)" class="hiddenlink" target="rightframe"><b>cursorFloatToContentValuesIfPresent</b> 168 <nobr><A HREF="android.database.DatabaseUtils.html#android.database.DatabaseUtils.cursorIntToContentValuesIfPresent_added(android. (…) [all...] |
/development/samples/NotePad/tests/src/com/example/android/notepad/ |
NotePadProviderTest.java | 22 import android.database.Cursor; 23 import android.database.sqlite.SQLiteDatabase; 54 // Contains an SQLite database, used as test data 106 * gets the provider under test, and creates a new database for the provider. 117 * Gets a handle to the database underlying the provider. Gets the provider instance 119 * a database object from the helper. 135 * The test data is in an SQL database. It is created in setUp() without any data, 139 // Creates an instance of the ContentValues map type expected by database insertions 149 // Adds a record to the database. [all...] |
/frameworks/base/core/java/android/webkit/ |
CacheManager.java | 98 // these fields are saved to the database 112 // these fields are NOT saved to the database 231 // the cache database. The directory could be recreated 234 // delete rows in the cache database 417 // system. If it is gone, clean up the database. 570 // location is in database, no need to keep the file 606 // Note, this is called before init() when the database is 617 // delete rows in the cache database 683 // delete database 713 // already exist in the file system, but database is gone. So i [all...] |
/packages/apps/Email/src/com/android/email/ |
NotificationController.java | 28 import android.database.ContentObserver; 29 import android.database.Cursor; 225 * database changes, we save the state [e.g. message ID and count] of the most recent 226 * notification shown to the user. And, when we start observing database changes, we restore 392 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS) 409 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS) 502 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS) 525 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS) 550 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS) 570 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS [all...] |
/frameworks/base/core/java/android/database/ |
DatabaseUtils.java | 17 package android.database; 24 import android.database.sqlite.SQLiteAbortException; 25 import android.database.sqlite.SQLiteConstraintException; 26 import android.database.sqlite.SQLiteDatabase; 27 import android.database.sqlite.SQLiteDatabaseCorruptException; 28 import android.database.sqlite.SQLiteDiskIOException; 29 import android.database.sqlite.SQLiteException; 30 import android.database.sqlite.SQLiteFullException; 31 import android.database.sqlite.SQLiteProgram; 32 import android.database.sqlite.SQLiteStatement [all...] |