Searched refs:runQueryOnBackgroundThread (Results 1 - 4 of 4) 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.java307 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:CursorAdapter
329 * @see #runQueryOnBackgroundThread(CharSequence)
345 * @see #runQueryOnBackgroundThread(CharSequence)
H A DCursorTreeAdapter.java349 * @see CursorAdapter#runQueryOnBackgroundThread(CharSequence)
351 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:CursorTreeAdapter
/frameworks/base/core/java/android/app/
H A DSuggestionsAdapter.java156 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:SuggestionsAdapter
157 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");

Completed in 86 milliseconds