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

  /frameworks/base/core/java/android/widget/
CursorFilter.java 33 Cursor runQueryOnBackgroundThread(CharSequence constraint);
49 Cursor cursor = mClient.runQueryOnBackgroundThread(constraint);
CursorAdapter.java 389 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
411 * @see #runQueryOnBackgroundThread(CharSequence)
427 * @see #runQueryOnBackgroundThread(CharSequence)
CursorTreeAdapter.java 348 * @see CursorAdapter#runQueryOnBackgroundThread(CharSequence)
350 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
SuggestionsAdapter.java 176 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
177 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
  /frameworks/support/v4/java/android/support/v4/widget/
CursorFilter.java 34 Cursor runQueryOnBackgroundThread(CharSequence constraint);
50 Cursor cursor = mClient.runQueryOnBackgroundThread(constraint);
CursorAdapter.java 395 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
417 * @see #runQueryOnBackgroundThread(CharSequence)
433 * @see #runQueryOnBackgroundThread(CharSequence)
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java 82 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 161 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));
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 344 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
PlaylistBrowserActivity.java 629 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...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 160 milliseconds