OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:runQueryOnBackgroundThread
(Results
1 - 25
of
25
) 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
347
* @see CursorAdapter#
runQueryOnBackgroundThread
(CharSequence)
349
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/IM/src/com/android/im/app/
ContactListFilterView.java
127
public Cursor
runQueryOnBackgroundThread
(CharSequence constraint) {
ContactsPickerActivity.java
174
public Cursor
runQueryOnBackgroundThread
(CharSequence constraint) {
AddContactActivity.java
275
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
463
notes = "Test {@link CursorTreeAdapter#
runQueryOnBackgroundThread
(CharSequence)}",
464
method = "
runQueryOnBackgroundThread
",
472
assertSame(mGroupCursor, adapter.
runQueryOnBackgroundThread
(constraint));
477
assertNull(adapter.
runQueryOnBackgroundThread
(constraint));
/packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java
466
public Cursor
runQueryOnBackgroundThread
(CharSequence constraint) {
MusicPicker.java
343
public Cursor
runQueryOnBackgroundThread
(CharSequence constraint) {
PlaylistBrowserActivity.java
620
public Cursor
runQueryOnBackgroundThread
(CharSequence constraint) {
AlbumBrowserActivity.java
657
public Cursor
runQueryOnBackgroundThread
(CharSequence constraint) {
ArtistAlbumBrowserActivity.java
[
all
...]
/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/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
/prebuilt/sdk/8/
android.jar
Completed in 544 milliseconds