HomeSort by relevance Sort by last modified time
    Searched full:database (Results 1601 - 1625 of 2668) sorted by null

<<61626364656667686970>>

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 113 // caller should already be in a context in which the only contact in the database is the
ContactsProvider2.java 79 import android.database.AbstractCursor;
80 import android.database.CrossProcessCursor;
81 import android.database.Cursor;
82 import android.database.CursorWindow;
83 import android.database.CursorWrapper;
84 import android.database.DatabaseUtils;
85 import android.database.MatrixCursor;
86 import android.database.MatrixCursor.RowBuilder;
87 import android.database.sqlite.SQLiteDatabase;
88 import android.database.sqlite.SQLiteDoneException
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 106 /** The maximum number of rows in the database (FIFO) */
DownloadReceiver.java 26 import android.database.Cursor;
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractPublicApiTest.java 20 import android.database.Cursor;
DownloadManagerFunctionalTest.java 20 import android.database.Cursor;
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 25 import android.database.Cursor;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pwd.h 20 * POSIX Standard: 9.2.2 User Database Access <pwd.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
key_prot.x 79 * a checksum in the database.
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 35 import android.database.Cursor;
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store_unittest.cc 72 // This is a version 67 database dump whose contents were backformed from
73 // the contents of the version 68 database dump (the v68 migration was
194 // This sets up an actual version 68 database dump. The IDs were
    [all...]
  /frameworks/base/docs/html/guide/topics/clipboard/
copy-paste.jd 623 {@link android.database.Cursor}:
678 Content providers support copying complex data such as database records or file streams.
680 URI from the clipboard and use it to retrieve database data or file stream descriptors.
740 database, or internal table to organize your data. In these cases, you have multiple pieces of
753 database, but you can have any numeric or character identifier you want.
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 27 import android.database.Cursor;
95 * contacts database. Typically this list of contacts would have been
310 * the database to find all the rows of info that already
451 * in the local contacts database.
454 * database, our query will return those multiple rows of information.
    [all...]
  /external/chromium/chrome/browser/history/
history_unittest.cc 254 // names of the database files
278 HistoryDatabase* db_; // Cached reference to the backend's database.
289 // Currently, just send the notifications directly to the in-memory database.
306 // Initially there should be nothing in the downloads database.
762 // The version of the history database should be current in the "typical
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.cc 154 // in the database.
445 return false; // Not in the database to delete.
596 // not complete, leaving us with an empty but valid visited link database.
627 // mistmatch will trigger a rebuild of the database from history, which will
628 // have the effect of migrating the database.
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java 33 import android.database.Cursor;
34 import android.database.SQLException;
634 // The database will take care of replacing duplicates.
804 * Look up a name in the database.
805 * @param resolver to access the database with
823 * Store a name/value pair into the database.
824 * @param resolver to access the database with
827 * @return true if the value was set, false on database errors
    [all...]
MediaStore.java 25 import android.database.Cursor;
26 import android.database.DatabaseUtils;
27 import android.database.sqlite.SQLiteException;
59 * This broadcast is only sent if MTP activity has modified the media database during the
98 * to an online database of music which can be streamed and played on the device.
494 * stream from database (MICRO_KIND) or file (MINI_KIND).
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
alldiffs_index_changes.html 113 <!-- Package android.database -->
114 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br>
115 <!-- Package android.database.sqlite -->
116 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br>
175 <nobr><A HREF="android.database.DatabaseUtils.html#android.database.DatabaseUtils.appendEscapedSQLString_changed(java.lang.StringBuilder, java.lang.String)" class="hiddenlink" target="rightframe">appendEscapedSQLString
314 <A HREF="android.database.Cursor.html" class="hiddenlink" target="rightframe"><i>Cursor</i></A><br>
318 <A HREF="android.database.CursorWrapper.html" class="hiddenlink" target="rightframe">CursorWrapper</A><br
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 33 import android.database.Cursor;
339 // Add the folder to the database
512 * @param cursor Cursor containing folders in the bookmarks database
521 throw new AssertionError("No folders in the database!");
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 39 import android.database.Cursor;
40 import android.database.DatabaseUtils;
41 import android.database.SQLException;
42 import android.database.sqlite.SQLiteDatabase;
43 import android.database.sqlite.SQLiteQueryBuilder;
140 * The cached copy of the CalendarMetaData database table.
593 // database fields) to force a re-computation of Instances.
682 Log.e(TAG, "Could not write timezone database version in the cache");
688 * Check if the time zone database version is the same as the cached one
716 // The database timezone is different from the current timezone
    [all...]
CalendarDatabaseHelper.java 23 import android.database.Cursor;
24 import android.database.DatabaseUtils;
25 import android.database.sqlite.SQLiteDatabase;
26 import android.database.sqlite.SQLiteException;
27 import android.database.sqlite.SQLiteOpenHelper;
45 * Database helper for calendar. Designed as a singleton to make sure that all
59 // in upgradeDatabase() to modify the database (gracefully, if possible).
321 // away and recreate the database (which will result in a resync).
332 Log.i(TAG, "Bootstrapping database");
    [all...]
  /external/ppp/pppd/
main.c 158 TDB_CONTEXT *pppdb; /* database for storing status etc. */
488 warn("Warning: couldn't open ppp database %s", _PATH_PPPDB);
    [all...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.js 385 alert("Failed to load testinfo.data. Database of tests will not be initialized.");
    [all...]
  /frameworks/base/docs/html/
sitemap.txt 265 http://developer.android.com/reference/android/database/package-summary.html
266 http://developer.android.com/reference/android/database/sqlite/package-summary.html
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java 27 import android.database.Cursor;
28 import android.database.sqlite.SQLiteDatabase;
127 // Invalidate all caches, since we reset the database for each test
138 * TODO: Database upgrade tests
    [all...]

Completed in 1731 milliseconds

<<61626364656667686970>>