Searched
full:database (Results
1076 -
1100 of
2668) sorted by null
<<41424344454647484950>>
/packages/apps/Email/tests/src/com/android/email/provider/ |
ContentCacheTests.java | 29 import android.database.Cursor; 30 import android.database.CursorWrapper; 31 import android.database.MatrixCursor;
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalAlbumSet.java | 26 import android.database.Cursor; 63 // The "albums" are not explicitly recorded in the database, but each image 179 Log.w(TAG, "cannot open local database: " + uri);
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/ |
LocalDataTest.java | 21 import android.database.Cursor; 22 import android.database.sqlite.SQLiteDatabase; 23 import android.database.sqlite.SQLiteQueryBuilder;
|
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 15 import android.database.Cursor; 76 // types and we have not hit the database yet to create a thread. 122 * created in the database until {@link #ensureThreadId} is called. 395 * Guarantees that the conversation has been created in the database. 396 * This will make a blocking database call if it hasn't. 398 * @return The thread ID of this conversation in the database 428 * database (e.g. storing a draft message to it). 595 * Start a query for all conversations in the database on the specified 606 // I/Database( 147): elapsedTime4Sql|/data/data/com.android.providers.telephony/databases/ 614 * Start a query for in the database on the specified AsyncQueryHandler with the specifie [all...] |
/packages/apps/Music/src/com/android/music/ |
AudioPreview.java | 24 import android.database.Cursor; 182 // check if this file is in the media database (clicking on a download 367 // database, and we could open it in the full music app instead.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForGroupMembership.java | 27 import android.database.Cursor; 28 import android.database.DatabaseUtils; 29 import android.database.sqlite.SQLiteDatabase;
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
DateSortedExpandableListAdapter.java | 21 import android.database.ContentObserver; 22 import android.database.Cursor; 23 import android.database.DataSetObserver;
|
/external/sqlite/dist/ |
shell.c | 216 ** The following is the open SQLite database. We make a pointer 217 ** to this database a static variable so that it can be accessed 218 ** by the SIGINT handler to interrupt database processing. 404 sqlite3 *db; /* The database */ 417 ** the database */ 422 const char *zDbFilename; /* name of the database file */ 929 ** This is used, for example, to show the schema of the database by 934 sqlite3 *db, /* Database to query */ 960 sqlite3 *db /* Database to query */ 974 sqlite3 *db, /* Database to query * [all...] |
shell.c.orig | 211 ** The following is the open SQLite database. We make a pointer 212 ** to this database a static variable so that it can be accessed 213 ** by the SIGINT handler to interrupt database processing. 399 sqlite3 *db; /* The database */ 412 ** the database */ 417 const char *zDbFilename; /* name of the database file */ 924 ** This is used, for example, to show the schema of the database by 929 sqlite3 *db, /* Database to query */ 955 sqlite3 *db /* Database to query */ 969 sqlite3 *db, /* Database to query * [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
SearchRecentSuggestionsProviderTest.java | 21 import android.database.Cursor;
|
/cts/tests/tests/provider/src/android/provider/cts/ |
Settings_NameValueTableTest.java | 24 import android.database.Cursor;
|
/development/apps/Development/src/com/android/development/ |
DataList.java | 21 import android.database.Cursor;
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
FileProvider.java | 28 import android.database.Cursor;
|
PickContact.java | 27 import android.database.Cursor;
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
AutoComplete4.java | 24 import android.database.Cursor;
|
List7.java | 25 import android.database.Cursor;
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
ContactAccessorSdk5.java | 21 import android.database.Cursor;
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactManager.java | 21 import android.database.Cursor;
|
/development/samples/NFCDemo/src/com/example/android/nfc/ |
TagViewer.java | 69 // that time we read it from the database and view it.
|
/development/samples/WeatherListWidget/ |
_index.html | 16 as a file, network location, database, or shared preference.
|
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherWidgetService.java | 26 import android.database.Cursor;
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
ContactPhotoBinder.java | 22 import android.database.Cursor;
|
/development/scripts/ |
add-accounts | 19 database on the device.
|
add-accounts-sdk | 19 database on the device.
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
Notepadv3.java | 21 import android.database.Cursor;
|
Completed in 1653 milliseconds
<<41424344454647484950>>