Searched refs:runQueryOnBackgroundThread (Results 1 - 8 of 8) 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.java430 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:CursorAdapter
452 * @see #runQueryOnBackgroundThread(CharSequence)
468 * @see #runQueryOnBackgroundThread(CharSequence)
H A DCursorTreeAdapter.java348 * @see CursorAdapter#runQueryOnBackgroundThread(CharSequence)
350 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:CursorTreeAdapter
H A DSuggestionsAdapter.java179 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:SuggestionsAdapter
180 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
/frameworks/support/cursoradapter/src/main/java/androidx/cursoradapter/widget/
H A DCursorFilter.java34 Cursor runQueryOnBackgroundThread(CharSequence constraint); method in interface:CursorFilter.CursorFilterClient
50 Cursor cursor = mClient.runQueryOnBackgroundThread(constraint);
H A DCursorAdapter.java416 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:CursorAdapter
439 * @see #runQueryOnBackgroundThread(CharSequence)
455 * @see #runQueryOnBackgroundThread(CharSequence)
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DSuggestionsAdapter.java144 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { method in class:SuggestionsAdapter
145 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 118 milliseconds