Searched
full:database (Results
376 -
400 of
2668) sorted by null
<<11121314151617181920>>
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteTransactionListener.java | 17 package android.database.sqlite;
|
/frameworks/base/core/java/android/widget/ |
ResourceCursorTreeAdapter.java | 20 import android.database.Cursor; 41 * @param cursor The database cursor 68 * @param cursor The database cursor 86 * @param cursor The database cursor
|
/libcore/luni/src/test/java/libcore/sqlite/ |
QueryTimeoutTest.java | 20 import SQLite.Database; 58 Database database = ((JDBCConnection) connection).getSQLiteDatabase(); local 59 database.create_function("DELAY", 2, new Function() {
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastDatabase.java | 20 import android.database.Cursor; 21 import android.database.sqlite.SQLiteDatabase; 22 import android.database.sqlite.SQLiteOpenHelper; 143 * @param db an open readable database
|
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
ExtendedCursor.java | 21 import android.database.AbstractCursor; 22 import android.database.ContentObserver; 23 import android.database.Cursor; 24 import android.database.DataSetObserver;
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
TextWithHighlighting.java | 18 import android.database.CharArrayBuffer;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ProfileProvider.java | 21 import android.database.Cursor; 22 import android.database.sqlite.SQLiteDatabase; 30 * database from the rest of contacts. 38 // URI belongs to a profile action, setting up the proper database.
|
VoicemailStatusTable.java | 26 import android.database.Cursor; 27 import android.database.sqlite.SQLiteDatabase; 28 import android.database.sqlite.SQLiteOpenHelper; 29 import android.database.sqlite.SQLiteQueryBuilder;
|
/external/chromium/chrome/browser/webdata/ |
autofill_table.h | 25 // This class manages the various autofill tables within the SQLite database 28 // Note: The database stores time in seconds, UTC. 119 // Records the form elements in |elements| in the database in the 125 // Records a single form element in the database in the autofill table. A list 203 // Updates the database values for the specified profile. 207 // Updates the database values for the specified profile. Mulit-value aware. 217 // Retrieves all profiles in the database. Caller owns the returned profiles. 223 // Updates the database values for the specified credit card. 234 // Retrieves all credit cards in the database. Caller owns the returned 247 // Retrieves all profiles in the database that have been deleted since las [all...] |
/packages/apps/Mms/src/com/android/mms/ |
SuggestionsProvider.java | 26 import android.database.CharArrayBuffer; 27 import android.database.ContentObserver; 28 import android.database.CrossProcessCursor; 29 import android.database.Cursor; 30 import android.database.CursorWindow; 31 import android.database.DataSetObserver; 32 import android.database.sqlite.SQLiteException; 106 // sqlite3/fts3 can't handle it. Google for "logic error or missing database fts3" 210 * database cursor but are exported by this cursor. For example, we compute 223 // database cursor. So, for example, the column calle [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
AbstractWindowedCursorTest.java | 17 package android.database.cts; 21 import android.database.AbstractWindowedCursor; 22 import android.database.CharArrayBuffer; 23 import android.database.CursorIndexOutOfBoundsException; 24 import android.database.CursorWindow; 25 import android.database.StaleDataException; 103 args = {android.database.CursorWindow.class} 252 args = {int.class, android.database.CharArrayBuffer.class}
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteQueryTest.java | 17 package android.database.sqlite.cts; 26 @TestTargetClass(android.database.sqlite.SQLiteQuery.class)
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Gallery2.java | 20 import android.database.Cursor; 48 // Map the NAME column in the people database to...
|
List2.java | 20 import android.database.Cursor; 46 // Map the NAME column in the people database to...
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
Notepadv1.java | 20 import android.database.Cursor; 66 // Get all of the notes from the database and create the item list
|
/external/dnsmasq/contrib/wrt/ |
lease_update.sh | 16 # script, update the nvram database. if $1 is init, emit a 18 # database, this is called by dnsmasq at startup.
|
/external/openssl/android.testssl/ |
CAss.cnf | 37 database = $dir/index.txt # database index file.
|
/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/bindings/scripts/test/CPP/ |
WebDOMTestCallback.h | 26 #if ENABLE(DATABASE) 68 #endif // ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
JSTestCallback.h | 24 #if ENABLE(DATABASE) 58 #endif // ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/bindings/scripts/test/V8/ |
V8TestCallback.h | 21 #if ENABLE(DATABASE) 66 #endif // ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/platform/android/ |
SearchPopupMenuAndroid.cpp | 31 // Save the past searches stored in 'searchItems' to a database associated with 'name' 36 // Load past searches associated with 'name' from the database to 'searchItems'
|
/external/webkit/Source/WebCore/platform/brew/ |
SearchPopupMenuBrew.cpp | 32 // Save the past searches stored in 'searchItems' to a database associated with 'name' 37 // Load past searches associated with 'name' from the database to 'searchItems'
|
/external/webkit/Source/WebCore/platform/sql/ |
SQLiteAuthorizer.cpp | 32 #if ENABLE(DATABASE) 43 #endif // ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/storage/ |
Database.idl | 32 Conditional=DATABASE, 35 ] Database {
|
Completed in 405 milliseconds
<<11121314151617181920>>