HomeSort by relevance Sort by last modified time
    Searched refs:database (Results 326 - 350 of 1214) sorted by null

<<11121314151617181920>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionCursor.java 22 import android.database.Cursor;
23 import android.database.DataSetObserver;
SearchableCorpora.java 20 import android.database.DataSetObservable;
21 import android.database.DataSetObserver;
SuggestionCursorBackedCursor.java 19 import android.database.AbstractCursor;
20 import android.database.CursorIndexOutOfBoundsException;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsDictionary.java 21 import android.database.ContentObserver;
22 import android.database.Cursor;
UserBinaryDictionary.java 23 import android.database.ContentObserver;
24 import android.database.Cursor;
UserDictionary.java 23 import android.database.ContentObserver;
24 import android.database.Cursor;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForPhoto.java 22 import android.database.Cursor;
23 import android.database.sqlite.SQLiteDatabase;
ProfileProvider.java 21 import android.database.Cursor;
22 import android.database.sqlite.SQLiteDatabase;
31 * database from the rest of contacts.
39 // URI belongs to a profile action, setting up the proper database.
  /bionic/libc/include/
nsswitch.h 144 * and its dispatch control flags for a given database.
154 * or the requested database doesn't have an entry)
167 * An nsswitch module provides a mapping from (database name, method name)
172 const char *database; member in struct:__anon29
195 * ns_dbt - `nsswitch database thang'
196 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its
200 const char *name; /* name of database */
  /bionic/libc/private/
nsswitch.h 144 * and its dispatch control flags for a given database.
155 * or the requested database doesn't have an entry)
168 * An nsswitch module provides a mapping from (database name, method name)
173 const char *database; member in struct:__anon629
196 * ns_dbt - `nsswitch database thang'
197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its
201 const char *name; /* name of database */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestListActivity.java 22 import android.database.DataSetObserver;
  /cts/tests/src/android/view/animation/cts/
GridLayoutAnimStubActivity.java 22 import android.database.DataSetObserver;
  /cts/tests/tests/app/src/android/app/cts/
LaunchTest.java 25 import android.database.Cursor;
LifecycleTest.java 28 import android.database.Cursor;
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtils_InsertHelperTest.java 17 package android.database.cts;
22 import android.database.Cursor;
23 import android.database.DatabaseUtils.InsertHelper;
24 import android.database.sqlite.SQLiteDatabase;
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreTest.java 21 import android.database.Cursor;
MediaStore_VideoTest.java 24 import android.database.Cursor;
  /development/ndk/platforms/android-3/include/
nsswitch.h 144 * and its dispatch control flags for a given database.
154 * or the requested database doesn't have an entry)
168 * An nsswitch module provides a mapping from (database name, method name)
173 const char *database; member in struct:__anon1182
196 * ns_dbt - `nsswitch database thang'
197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its
201 const char *name; /* name of database */
  /development/samples/ApiDemos/src/com/example/android/apis/content/
FileProvider.java 28 import android.database.Cursor;
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessageReceiver.java 22 import android.database.Cursor;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List7.java 25 import android.database.Cursor;
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactPhotoBinder.java 22 import android.database.Cursor;
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
Notepadv2.java 21 import android.database.Cursor;
52 // Get all of the rows from the database and create the item list
  /external/webkit/LayoutTests/storage/
multiple-transactions-on-different-handles.js 10 // Opens the database used in this test case
29 // Runs a transaction on the given database
  /external/webkit/Source/WebCore/storage/
SQLTransaction.h 31 #if ENABLE(DATABASE)
42 class Database;
64 static PassRefPtr<SQLTransaction> create(Database*, PassRefPtr<SQLTransactionCallback>, PassRefPtr<SQLTransactionErrorCallback>,
76 Database* database() { return m_database.get(); } function in class:WebCore::SQLTransaction
81 SQLTransaction(Database*, PassRefPtr<SQLTransactionCallback>, PassRefPtr<SQLTransactionErrorCallback>,
116 RefPtr<Database> m_database;

Completed in 1268 milliseconds

<<11121314151617181920>>