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

<<41424344454647484950>>

  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListAdapter.java 25 import android.database.Cursor;
  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 32 import android.database.Cursor;
33 import android.database.sqlite.SQLiteDatabase;
34 import android.database.sqlite.SQLiteException;
35 import android.database.sqlite.SqliteWrapper;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Corpora.java 19 import android.database.DataSetObserver;
CursorBackedSuggestionExtras.java 18 import android.database.Cursor;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
AbstractGoogleSourceResult.java 24 import android.database.DataSetObserver;
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/tests/
CrashingIconProvider.java 20 import android.database.Cursor;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
CursorFactoryListAdapter.java 23 import android.database.Cursor;
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationLauncher.java 24 import android.database.Cursor;
ApplicationsAdapter.java 20 import android.database.Cursor;
ApplicationsProvider.java 40 import android.database.Cursor;
41 import android.database.DatabaseUtils;
42 import android.database.sqlite.SQLiteDatabase;
43 import android.database.sqlite.SQLiteQueryBuilder;
113 * An in-memory database storing the details of applications installed on
243 * Creates an in-memory database for storing application info.
492 if (DBG) Log.d(TAG, "Updating database (packageName = " + packageName + ")...");
557 if (DBG) Log.d(TAG, "Finished updating database.");
591 if (DBG) Log.d(TAG, "Finished updating application usage stats in database.");
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarCacheTest.java 18 import android.database.sqlite.SQLiteOpenHelper;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java 32 import android.database.Cursor;
33 import android.database.DatabaseUtils;
34 import android.database.sqlite.SQLiteDatabase;
35 import android.database.sqlite.SQLiteQueryBuilder;
GlobalSearchSupport.java 21 import android.database.Cursor;
22 import android.database.MatrixCursor;
23 import android.database.sqlite.SQLiteDatabase;
200 * lookup key cannot be found in the database, the contact name is decoded from the lookup key
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java 91 * manager uses IDs take straight from the database, which are longs. This will have to be
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /system/core/rootdir/etc/
init.goldfish.rc 39 # Login Service will insert these accounts into the database when
  /frameworks/base/docs/html/guide/topics/providers/
content-provider-basics.jd 87 {@link android.database.Cursor}
147 similar to the tables found in a relational database. A row represents an instance of some type
304 {@link android.database.Cursor}.
527 If the data managed by the content provider is in an SQL database, including external untrusted
542 the tables in the underlying SQLite database (unless the provider is set up to catch
573 based on an SQL database.
579 ContentResolver.query()} client method always returns a {@link android.database.Cursor}
581 selection criteria. A {@link android.database.Cursor} object provides random read access to the
582 rows and columns it contains. Using {@link android.database.Cursor} methods,
585 {@link android.database.Cursor} implementations automatically update the object when th
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
alldiffs_index_additions.html 251 <nobr><A HREF="android.database.DatabaseUtils.html#android.database.DatabaseUtils.appendSelectionArgs_added(java.lang.String[], java.lang.String[])" class="hiddenlink" target="rightframe"><b>appendSelectionArgs</b>
319 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.beginTransactionNonExclusive_added()" class="hiddenlink" target="rightframe"><b>beginTransactionNonExclusive</b>
322 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.beginTransactionWithListenerNonExclusive_added(android.database.sqlite.SQLiteTransactionListener)" class="hiddenlink" target="rightframe"><b>beginTransactionWithListenerNonExclusive</b>
328 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.bindAllArgsAsStrings_added(java.lang.String[])" class="hiddenlink" target="rightframe"><b>bindAllArgsAsStrings</b>
332 &nbsp;&nbsp;<nobr><A HREF="android.database.DatabaseUtils.html#android.database.DatabaseUtils.blobFileDescriptorForQuery_added(android.databas (…)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 7 trivial database library - standalone version
168 /* the body of the database is made of one list_struct for the free space
190 /* this is stored at the front of every database */
225 char *name; /* the name of the database */
227 int fd; /* open file descriptor for the database */
302 {TDB_ERR_CORRUPT, "Corrupt database"},
402 /* lock a list in the database. list -1 is the alloc list */
475 /* lock a list in the database. list -1 is the alloc list */
487 /* lock a list in the database. list -1 is the alloc list. non-blocking lock */
494 /* unlock the database: returns void because it's too late for errors. *
    [all...]
  /frameworks/base/
preloaded-classes 290 android.database.AbstractCursor
291 android.database.AbstractCursor$SelfContentObserver
292 android.database.AbstractWindowedCursor
293 android.database.BulkCursorNative
294 android.database.BulkCursorProxy
295 android.database.BulkCursorToCursorAdaptor
296 android.database.CharArrayBuffer
297 android.database.ContentObservable
298 android.database.ContentObserver
299 android.database.ContentObserver$NotificationRunnabl
    [all...]

Completed in 940 milliseconds

<<41424344454647484950>>