HomeSort by relevance Sort by last modified time
    Searched full:database (Results 601 - 625 of 2668) sorted by null

<<21222324252627282930>>

  /packages/apps/Browser/src/com/android/browser/search/
SearchEngine.java 19 import android.database.Cursor;
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastDatabaseService.java 22 import android.database.sqlite.SQLiteDatabase;
26 * Service to update the SQLite database to add a new broadcast message,
41 /** Action to delete all broadcasts from database (no extras). */
102 Log.e(TAG, "failed to insert new broadcast into database!");
  /packages/apps/Contacts/res/xml/
social_widget_info.xml 17 <!-- It is enough to update once per day, as the widget watches the database for changes -->
  /packages/apps/Contacts/src/com/android/contacts/list/
OnContactsUnavailableActionListener.java 40 * of a database upgrade.
  /packages/apps/Contacts/src/com/android/contacts/util/
NameConverter.java 21 import android.database.Cursor;
53 * database, so it should be safe to call from the UI thread. See
110 * database, so it should be safe to call from the UI thread.
141 * database, so it should be safe to call from the UI thread.
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmProvider.java 23 import android.database.Cursor;
24 import android.database.SQLException;
25 import android.database.sqlite.SQLiteDatabase;
26 import android.database.sqlite.SQLiteQueryBuilder;
  /packages/apps/Mms/src/com/android/mms/
TempFileProvider.java 11 import android.database.Cursor;
12 import android.database.sqlite.SQLiteDatabase;
13 import android.database.sqlite.SQLiteOpenHelper;
14 import android.database.sqlite.SQLiteQueryBuilder;
  /packages/apps/Music/src/com/android/music/
MusicAlphabetIndexer.java 19 import android.database.Cursor;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSourceResult.java 19 import android.database.Cursor;
SuggestionCursorWrapper.java 19 import android.database.DataSetObserver;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
AsyncDataSetObservable.java 19 import android.database.DataSetObservable;
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockDataSetObserver.java 19 import android.database.DataSetObserver;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LocaleChangeReceiver.java 28 * the database for the new locale.
  /packages/providers/MediaProvider/res/values/
strings.xml 25 <string name="upgrade_msg">Upgrading Media database.</string>
  /packages/providers/MediaProvider/res/values-en-rGB/
strings.xml 21 <string name="upgrade_msg" msgid="4093462661265175619">"Upgrading Media database."</string>
  /packages/providers/MediaProvider/res/values-it/
strings.xml 21 <string name="upgrade_msg" msgid="4093462661265175619">"Upgrade del database di Media."</string>
  /packages/providers/MediaProvider/res/values-tl/
strings.xml 21 <string name="upgrade_msg" msgid="4093462661265175619">"Ina-upgrade ang database ng Media."</string>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
shadow.h 33 /* Paths to the user database files. */
57 /* Open database for reading.
65 /* Close database.
73 /* Get next entry from database, perhaps after opening the file.
  /external/webkit/Source/WebCore/dom/
ScriptExecutionContext.cpp 35 #include "Database.h"
92 #if ENABLE(DATABASE)
113 #if ENABLE(DATABASE)
139 #if ENABLE(DATABASE)
144 // Create the database thread on first request - but not if at least one database was already opened,
145 // because in that case we already had a database thread and terminated it and should not create another.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java 17 package android.database.sqlite;
19 import android.database.AbstractWindowedCursor;
20 import android.database.CursorWindow;
67 * @param db a reference to a Database object that is already constructed
249 // since we need to use a different database connection handle,
326 "database = " + mQuery.mDatabase.getPath() + ", table = " + mEditTable +
334 Log.v(TAG, "Finalizing cursor on database = " + mQuery.mDatabase.getPath() +
  /frameworks/base/obex/javax/obex/
ResponseCodes.java 47 * something be placed into a database but the database is full (cannot take
49 * client wishes to access a database, database table, or database record that
308 * Defines the OBEX DATABASE FULL response code.
315 * Defines the OBEX DATABASE LOCKED response code.
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 38 * A class used to initialize the time zone database. This implementation uses the
39 * 'zoneinfo' database as the source of time zone information. However, to conserve
42 * third file indicates the version of the zoneinfo database used to generate the data.
48 * The directory containing the time zone database files.
94 * Reads the file indicating the database version in use.
138 // The database reserves 40 bytes for each id.
140 // The database uses 32-bit (4 byte) integers.
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogQueryHandler.java 26 import android.database.Cursor;
27 import android.database.MatrixCursor;
28 import android.database.MergeCursor;
29 import android.database.sqlite.SQLiteDatabaseCorruptException;
30 import android.database.sqlite.SQLiteDiskIOException;
31 import android.database.sqlite.SQLiteException;
32 import android.database.sqlite.SQLiteFullException;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 30 import android.database.Cursor;
31 import android.database.DatabaseUtils;
32 import android.database.SQLException;
33 import android.database.sqlite.SQLiteDatabase;
34 import android.database.sqlite.SQLiteOpenHelper;
59 /** Database filename */
61 /** Current database version */
63 /** Name of table in the database */
149 /** The database that lies underneath this content provider */
198 * Creates and updated database on demand when opening it
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_object.x 18 * It is included by the main .x file and the database access protocol
27 * by the database backend. When you hit them you will no. Also see
81 TABLE_OBJ = 4, /* Table object (a database schema) */
82 ENTRY_OBJ = 5, /* Entry object (a database record) */
90 NIS_TABLE_OBJ = 4, /* Table object (a database schema) */
91 NIS_ENTRY_OBJ = 5, /* Entry object (a database record) */
210 * a set of related entries. Tables are the simple database component

Completed in 1627 milliseconds

<<21222324252627282930>>