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

<<31323334353637383940>>

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 35 import android.database.Cursor;
36 import android.database.SQLException;
37 import android.database.sqlite.SQLiteDatabase;
38 import android.database.sqlite.SQLiteOpenHelper;
39 import android.database.sqlite.SQLiteQueryBuilder;
40 import android.database.sqlite.SQLiteStatement;
76 * {@link Uri} triggered at any registered {@link android.database.ContentObserver} when
77 * {@link AppWidgetHost#deleteHost()} is called during database creation.
227 * probably as part of the initial database creation. The receiver may
238 if (LOGD) Log.d(TAG, "creating new launcher database");
    [all...]
  /packages/apps/Mms/src/com/android/mms/drm/
DrmUtils.java 20 import android.database.sqlite.SqliteWrapper;
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 21 import android.database.sqlite.SqliteWrapper;
32 import android.database.ContentObserver;
33 import android.database.Cursor;
34 import android.database.sqlite.SQLiteException;
  /packages/apps/Music/src/com/android/music/
SortCursor.java 19 import android.database.AbstractCursor;
20 import android.database.Cursor;
21 import android.database.DataSetObserver;
26 * performance is ever obtained, it can be put back under android.database.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursor.java 20 import android.database.DataSetObserver;
  /packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
ApplicationsProviderTest.java 23 import android.database.Cursor;
36 * applications on the device. The ApplicationsProvider's persistent database
38 * database of the actual ApplicationsProvider installed on the device.
131 // Launch count database is populated on startup.
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarReceiver.java 46 // power turns off but we store the information in a database table
  /packages/providers/ContactsProvider/res/values-en-rGB/
strings.xml 22 <string name="upgrade_msg" msgid="6174884195179549239">"Upgrading Contacts database."</string>
  /packages/providers/ContactsProvider/res/values-it/
strings.xml 22 <string name="upgrade_msg" msgid="6174884195179549239">"Upgrade del database di Contatti."</string>
  /packages/providers/ContactsProvider/res/values-tl/
strings.xml 22 <string name="upgrade_msg" msgid="6174884195179549239">"Ina-upgrade ang database ng Mga Contact."</string>
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 22 import android.database.Cursor;
23 import android.database.sqlite.SQLiteDatabase;
142 // Check that the database record has also been removed.
188 // Check that the database record has also been removed.
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedDownloadAdapter.java 21 import android.database.Cursor;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
nss.h 41 /* Overwrite service selection for database DBNAME using specification
  /cts/tests/src/android/content/cts/
DummyProvider.java 25 import android.database.Cursor;
26 import android.database.sqlite.SQLiteDatabase;
27 import android.database.sqlite.SQLiteOpenHelper;
  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 26 import android.database.Cursor;
53 args = {android.database.Cursor.class, int.class, java.lang.CharSequence.class}
73 args = {android.database.Cursor.class}
BaseAdapterTest.java 24 import android.database.DataSetObserver;
50 args = {android.database.DataSetObserver.class}
55 args = {android.database.DataSetObserver.class}
BaseExpandableListAdapterTest.java 19 import android.database.DataSetObserver;
150 args = {android.database.DataSetObserver.class}
155 args = {android.database.DataSetObserver.class}
  /development/samples/GlobalTime/src/com/android/globaltime/
City.java 46 * Loads the city database. The cities must be stored in order by raw
111 * savings time. This requires reading the entire time zone database
145 * savings time. This does not require reading the time zone database
  /external/chromium/chrome/browser/history/
expire_history_backend.cc 39 DCHECK(db) << "must have a database to operate upon";
59 DCHECK(db) << "must have a database to operate upon";
229 // There may be stuff in the text database manager's temporary cache.
234 // TODO(brettw): bug 1171164: We should query the archived database here, too.
349 // autocomplete database).
353 // notification added. The in-memory database can always do the filtering
400 // The URL may be in the text database manager's temporary cache.
434 // See if this URL is present in the archived database already. Note that
488 continue; // URL row doesn't exist in the database.
507 // never actually be needed unless the database is corrupt (I think)
    [all...]
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 68 // database thread. It batches operations and commits them on a timer.
83 // Creates or load the SQLite database.
98 // Commit any pending operations and close the database. This must be called
118 // Database upgrade statements.
145 // Commit our pending operations to the database.
174 // Version number of the database. In version 4, we migrated the time epoch.
179 // Version 3 updated the database to include the last access time, so we can
309 LOG(WARNING) << "Cookie database is too new.";
321 LOG(WARNING) << "Unable to update cookie database to version 3.";
368 // not be a released product that makes a database too old for us to handle
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.h 77 // The database details widgets.
109 // The database accessed widgets.
151 // Switches the display to showing the passed in database.
  /external/chromium/chrome/browser/visitedlink/
visitedlink_perftest.cc 77 // This test tests adding many things to a database, and how long it takes
78 // to query the database with different numbers of things in it. The time
109 // Tests how long it takes to write and read a large database to and from disk.
  /external/chromium/net/base/
cert_database.h 35 // A CertDatabase::Observer will be notified on certificate database changes.
94 // the platform cert database, or possibly other network error codes.
98 // Get a list of unique certificates in the certificate database. (One
  /external/clang/include/clang/Basic/
BuiltinsPPC.def 1 //===--- BuiltinsPPC.def - PowerPC Builtin function database ----*- C++ -*-===//
10 // This file defines the PowerPC-specific builtin function database. Users of
18 // The format of this database matches clang/Basic/Builtins.def.
  /external/openssl/crypto/store/
README 74 from the database
75 delete_object - remove an object from the database
93 structure of a database. This may for example involve automatic

Completed in 1895 milliseconds

<<31323334353637383940>>