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

<<11121314151617181920>>

  /frameworks/base/core/java/android/database/sqlite/
SQLiteBlobTooBigException.java 17 package android.database.sqlite;
SQLiteCantOpenDatabaseException.java 17 package android.database.sqlite;
SQLiteConstraintException.java 17 package android.database.sqlite;
SQLiteDatatypeMismatchException.java 17 package android.database.sqlite;
SQLiteDoneException.java 17 package android.database.sqlite;
SQLiteOutOfMemoryException.java 17 package android.database.sqlite;
SQLiteReadOnlyDatabaseException.java 17 package android.database.sqlite;
SQLiteStatementInfo.java 17 package android.database.sqlite;
SQLiteTableLockedException.java 17 package 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
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
methods_index_removals.html 74 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.compile_removed(java.lang.String, boolean)" class="hiddenlink" target="rightframe"><strike>compile</strike>
117 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.native_bind_blob_removed(int, byte[])" class="hiddenlink" target="rightframe"><strike>native_bind_blob</strike>
119 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.native_bind_double_removed(int, double)" class="hiddenlink" target="rightframe"><strike>native_bind_double</strike>
121 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.native_bind_long_removed(int, long)" class="hiddenlink" target="rightframe"><strike>native_bind_long</strike>
123 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.native_bind_null_removed(int)" class="hiddenlink" target="rightframe"><strike (…)
    [all...]
  /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/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;
31 * database from the rest of contacts.
39 // URI belongs to a profile action, setting up the proper database.
VoicemailStatusTable.java 27 import android.database.Cursor;
28 import android.database.sqlite.SQLiteDatabase;
29 import android.database.sqlite.SQLiteOpenHelper;
30 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"
208 * database cursor but are exported by this cursor. For example, we compute
221 // database cursor. So, for example, the column calle
    [all...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/
README.folder.contents.may.not.be.up.to.date.txt 1 Search CVS is a tool for converting cvs commits into a mysql database, which
2 can be updated without worry of data duplication. The database is then searchable
  /external/openssl/android.testssl/
CAss.cnf 37 database = $dir/index.txt # database index file.

Completed in 182 milliseconds

<<11121314151617181920>>