HomeSort by relevance Sort by last modified time
    Searched refs:runQueryOnBackgroundThread (Results 1 - 22 of 22) sorted by null

  /frameworks/base/core/java/android/widget/
CursorFilter.java 33 Cursor runQueryOnBackgroundThread(CharSequence constraint);
49 Cursor cursor = mClient.runQueryOnBackgroundThread(constraint);
CursorAdapter.java 307 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
329 * @see #runQueryOnBackgroundThread(CharSequence)
345 * @see #runQueryOnBackgroundThread(CharSequence)
CursorTreeAdapter.java 349 * @see CursorAdapter#runQueryOnBackgroundThread(CharSequence)
351 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
  /packages/apps/Calendar/src/com/android/calendar/
EmailAddressAdapter.java 71 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java 79 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
  /packages/apps/Email/src/com/android/email/
EmailAddressAdapter.java 71 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
  /packages/apps/Email/src/com/android/exchange/provider/
GalEmailAddressAdapter.java 96 public Cursor runQueryOnBackgroundThread(final CharSequence constraint) {
104 Cursor contactsCursor = super.runQueryOnBackgroundThread(constraint);
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 154 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 398 notes = "Test {@link CursorAdapter#runQueryOnBackgroundThread(CharSequence)}",
399 method = "runQueryOnBackgroundThread",
407 assertSame(mCursor, cursorAdapter.runQueryOnBackgroundThread(constraint));
412 assertNull(cursorAdapter.runQueryOnBackgroundThread(constraint));
CursorTreeAdapterTest.java 471 notes = "Test {@link CursorTreeAdapter#runQueryOnBackgroundThread(CharSequence)}",
472 method = "runQueryOnBackgroundThread",
480 assertSame(mGroupCursor, adapter.runQueryOnBackgroundThread(constraint));
485 assertNull(adapter.runQueryOnBackgroundThread(constraint));
  /frameworks/base/core/java/android/app/
SuggestionsAdapter.java 156 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
157 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 344 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
PlaylistBrowserActivity.java 620 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
QueryBrowserActivity.java 466 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
AlbumBrowserActivity.java 644 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
ArtistAlbumBrowserActivity.java     [all...]
TrackBrowserActivity.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 245 milliseconds