HomeSort by relevance Sort by last modified time
    Searched full:database (Results 1751 - 1775 of 2940) sorted by null

<<71727374757677787980>>

  /frameworks/base/core/java/android/provider/
MediaStore.java 25 import android.database.Cursor;
26 import android.database.DatabaseUtils;
27 import android.database.sqlite.SQLiteException;
57 * This broadcast is only sent if MTP activity has modified the media database during the
75 * the file pointed to by the _data column, when deleting the database entry.
119 * to an online database of music which can be streamed and played on the device.
513 * stream from database (MICRO_KIND) or file (MINI_KIND).
    [all...]
  /frameworks/base/docs/html/guide/topics/text/
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...]
  /frameworks/base/docs/html/sdk/api_diff/15/changes/
alldiffs_index_all.html 96 <!-- Package android.database -->
97 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br>
251 <A HREF="pkg_android.database.html#CrossProcessCursorWrapper" class="hiddenlink" target="rightframe"><b>CrossProcessCursorWrapper</b></A><br>
254 &nbsp;&nbsp;<A HREF="android.database.CursorWindow.html" class="hiddenlink" target="rightframe">android.database</A><br>
256 &nbsp;&nbsp;<nobr><A HREF="android.database.CursorWindow.html#android.database.CursorWindow.ctor_added(java.lang.String)" class="hiddenlink" target="rightframe"><b>CursorWindow</b>
259 &nbsp;&nbsp;<nobr><A HREF="android.database.CursorWindow.html#android.database.CursorWindow.ctor_changed(boolean)" class="hiddenlink" target="rightframe">CursorWindo
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 29 import android.database.ContentObserver;
30 import android.database.Cursor;
31 import android.database.sqlite.SQLiteQueryBuilder;
93 // add three rows to database when every test case start.
775 // add three rows to database.
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 28 import android.database.Cursor;
104 * contacts database. Typically this list of contacts would have been
356 * the database to find all the rows of info that already
497 * in the local contacts database.
500 * 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/av/media/mtp/
MtpServer.cpp 98 MtpServer::MtpServer(int fd, MtpDatabase* database, bool ptp,
101 mDatabase(database),
316 // FIXME - need to delete mSendObjectHandle from the database
688 // if object is being edited the database size may be out of date
    [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;
346 // Add the folder to the database
519 * @param cursor Cursor containing folders in the bookmarks database
528 throw new AssertionError("No folders in the database!");
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 24 import android.database.Cursor;
25 import android.database.sqlite.SQLiteDatabase;
26 import android.database.sqlite.SQLiteOpenHelper;
27 import android.database.sqlite.SQLiteQueryBuilder;
53 * which is stored in a SQLite database and in the file system.
    [all...]
MmsSmsProvider.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;
699 * Return existing threads in the database.
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 31 import android.database.Cursor;
32 import android.database.DatabaseUtils;
33 import android.database.SQLException;
34 import android.database.sqlite.SQLiteDatabase;
35 import android.database.sqlite.SQLiteQueryBuilder;
169 * The cached copy of the CalendarMetaData database table.
647 // database fields) to force a re-computation of Instances.
736 Log.e(TAG, "Could not write timezone database version in the cache");
742 * Check if the time zone database version is the same as the cached one
770 // The database timezone is different from the current timezone
    [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/guide/google/gcm/
gcm.jd 200 ID in a database. </li>
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 29 import android.database.Cursor;
30 import android.database.sqlite.SqliteWrapper;
88 // Database access stuff
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
classes_index_all.html 76 <A HREF="android.database.AbstractCursor.html" class="hiddenlink" target="rightframe">AbstractCursor</A><br>
190 <A HREF="android.database.ContentObservable.html" class="hiddenlink" target="rightframe">ContentObservable</A><br>
191 <A HREF="android.database.ContentObserver.html" class="hiddenlink" target="rightframe">ContentObserver</A><br>
198 <A HREF="android.database.Cursor.html" class="hiddenlink" target="rightframe"><i>Cursor</i></A><br>
199 <A HREF="android.database.CursorWindow.html" class="hiddenlink" target="rightframe">CursorWindow</A><br>
    [all...]
classes_index_changes.html 75 <A HREF="android.database.AbstractCursor.html" class="hiddenlink" target="rightframe">AbstractCursor</A><br>
177 <A HREF="android.database.ContentObservable.html" class="hiddenlink" target="rightframe">ContentObservable</A><br>
178 <A HREF="android.database.ContentObserver.html" class="hiddenlink" target="rightframe">ContentObserver</A><br>
185 <A HREF="android.database.Cursor.html" class="hiddenlink" target="rightframe"><i>Cursor</i></A><br>
186 <A HREF="android.database.CursorWindow.html" class="hiddenlink" target="rightframe">CursorWindow</A><br>
    [all...]
  /frameworks/base/docs/html/
sitemap.txt 262 http://developer.android.com/reference/android/database/package-summary.html
263 http://developer.android.com/reference/android/database/sqlite/package-summary.html
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 85 import android.database.AbstractCursor;
86 import android.database.Cursor;
87 import android.database.DatabaseUtils;
88 import android.database.MatrixCursor;
89 import android.database.MatrixCursor.RowBuilder;
90 import android.database.sqlite.SQLiteDatabase;
91 import android.database.sqlite.SQLiteDoneException;
92 import android.database.sqlite.SQLiteQueryBuilder;
366 // Inserts into URIs in this map will direct to the profile database if the parent record's
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/
user_comments_for_4_to_5.xml 1267 <identifier id="android.database"/>
1273 <identifier id="android.database.AbstractWindowedCursor"/>
1279 <identifier id="android.database.AbstractWindowedCursor.isFloat_added(int)"/>
1285 <identifier id="android.database.AbstractWindowedCursor.isLong_added(int)"/>
1291 <identifier id="android.database.AbstractWindowedCursor.isString_added(int)"/>
1297 <identifier id="android.database.CursorWindow"/>
1303 <identifier id="android.database.CursorWindow.isFloat_added(int, int)"/>
1309 <identifier id="android.database.CursorWindow.isLong_added(int, int)"/>
1315 <identifier id="android.database.CursorWindow.isString_added(int, int)"/>
1321 <identifier id="android.database.DatabaseUtils"/
    [all...]
  /external/icu4c/common/unicode/
uchar.h 35 * The actual Unicode Character Database (UCD) data is stored in uprops.dat
48 * This C API provides low-level access to the Unicode Character Database.
58 * "About the Unicode Character Database" (http://www.unicode.org/ucd/)
161 * in the Unicode Character Database (UCD) and Unicode Technical Reports (UTR).
    [all...]
  /external/v8/src/
liveobjectlist.cc     [all...]

Completed in 983 milliseconds

<<71727374757677787980>>