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

<<41424344454647484950>>

  /frameworks/base/core/tests/coretests/src/android/provider/
SmsProviderTest.java 21 import android.database.Cursor;
  /frameworks/base/docs/html/guide/topics/search/
adding-recent-query-suggestions.jd 79 <li>Your content provider returns a {@link android.database.Cursor} that points to all
125 database mode. The search authority can be any unique string, but the best practice is to use a
128 "com.example.MySuggestionProvider"). The database mode must include {@link
208 same authority and database mode declared by your content provider.</p>
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
constructors_index_additions.html 108 <nobr><A HREF="android.database.SQLException.html#android.database.SQLException.ctor_added(java.lang.String, java.lang.Throwable)" class="hiddenlink" target="rightframe"><b>SQLException</b>
110 <nobr><A HREF="android.database.sqlite.SQLiteException.html#android.database.sqlite.SQLiteException.ctor_added(java.lang.String, java.lang.Throwable)" class="hiddenlink" target="rightframe"><b>SQLiteException</b>
packages_index_all.html 63 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br>
64 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br>
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
packages_index_all.html 58 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br>
59 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br>
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
packages_index_all.html 61 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br>
62 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br>
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContentResolver.java 22 import android.database.ContentObserver;
  /libcore/luni/src/main/java/java/sql/
DriverPropertyInfo.java 21 * A class holding information about driver properties of a database connection.
  /libcore/luni/src/main/java/javax/sql/
RowSetListener.java 58 * of a command which retrieves new data from the database).
  /libcore/luni/src/main/java/org/xml/sax/
XMLFilter.java 22 * an XML document or database. Filters can modify a stream of
  /libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java 116 * the database. Number of threads is defined by numThreads variable
128 * tables in the database. Number of threads is defined by numThreads
141 * time for one table in the database. Number of threads is defined by
197 * the database. Number of threads is defined by numThreads variable
  /packages/apps/Browser/src/com/android/browser/
AccountsChangedReceiver.java 24 import android.database.Cursor;
AutofillHandler.java 23 import android.database.Cursor;
54 * Load settings from the browser app's database. It is performed in
92 // Load the autofill profile data from the database. We use a database separate
  /packages/apps/Browser/tests/src/com/android/browser/tests/utils/
MockContentResolver2.java 25 import android.database.ContentObserver;
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastCursorAdapter.java 20 import android.database.Cursor;
  /packages/apps/Contacts/src/com/android/contacts/
GroupMetaDataLoader.java 25 * database (if given a {@link Uri}).
  /packages/apps/Contacts/src/com/android/contacts/calllog/
DefaultVoicemailNotifier.java 32 import android.database.Cursor;
121 // Look it up in the database.
286 * Returns the name associated with the given number in the contacts database, or null if
302 * contacts database.
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyContactListAdapter.java 21 import android.database.Cursor;
  /packages/apps/DeskClock/src/com/android/deskclock/
RepeatPreference.java 30 // Initial value that can be set with the values saved in the database.
  /packages/apps/Email/src/com/android/email/data/
ThrottlingCursorLoader.java 24 import android.database.Cursor;
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetBind.java 64 // Store the cropped photo in our database
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 61 // fields are needed to generate database.
MediaSource.java 75 // batching the database query).
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
FileContentProvider.java 25 import android.database.Cursor;
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 36 import android.database.Cursor;
37 import android.database.SQLException;
38 import android.database.sqlite.SQLiteDatabase;
39 import android.database.sqlite.SQLiteOpenHelper;
40 import android.database.sqlite.SQLiteQueryBuilder;
41 import android.database.sqlite.SQLiteStatement;
82 * {@link Uri} triggered at any registered {@link android.database.ContentObserver} when
83 * {@link AppWidgetHost#deleteHost()} is called during database creation.
246 * probably as part of the initial database creation. The receiver may
257 if (LOGD) Log.d(TAG, "creating new launcher database");
    [all...]

Completed in 1531 milliseconds

<<41424344454647484950>>