Searched refs:runQueryOnBackgroundThread (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCursorFilter.java33 Cursor runQueryOnBackgroundThread(CharSequence constraint); method in interface:CursorFilter.CursorFilterClient
49 Cursor cursor = mClient.runQueryOnBackgroundThread(constraint);
H A DCursorAdapter.java393 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:CursorAdapter
415 * @see #runQueryOnBackgroundThread(CharSequence)
431 * @see #runQueryOnBackgroundThread(CharSequence)
H A DCursorTreeAdapter.java348 * @see CursorAdapter#runQueryOnBackgroundThread(CharSequence)
350 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:CursorTreeAdapter
H A DSuggestionsAdapter.java178 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:SuggestionsAdapter
179 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorFilter.java34 Cursor runQueryOnBackgroundThread(CharSequence constraint); method in interface:CursorFilter.CursorFilterClient
50 Cursor cursor = mClient.runQueryOnBackgroundThread(constraint);
H A DCursorAdapter.java395 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:CursorAdapter
417 * @see #runQueryOnBackgroundThread(CharSequence)
433 * @see #runQueryOnBackgroundThread(CharSequence)
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java144 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:SuggestionsAdapter
145 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");

Completed in 2225 milliseconds