Home
last modified time | relevance | path

Searched defs:constraint (Results 1 – 13 of 13) sorted by relevance

/packages/apps/IM/src/com/android/im/app/
DContactListFilterView.java94 Cursor runQuery(CharSequence constraint) { in runQuery()
127 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { in runQueryOnBackgroundThread()
DContactsPickerActivity.java131 Cursor runQuery(CharSequence constraint) { in runQuery()
174 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { in runQueryOnBackgroundThread()
DAddContactActivity.java275 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { in runQueryOnBackgroundThread()
/packages/apps/Calendar/src/com/android/calendar/
DEmailAddressAdapter.java71 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { in runQueryOnBackgroundThread()
/packages/apps/Email/src/com/android/email/
DEmailAddressAdapter.java69 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { in runQueryOnBackgroundThread()
/packages/apps/Mms/src/com/android/mms/ui/
DRecipientsAdapter.java138 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { in runQueryOnBackgroundThread()
/packages/apps/Music/src/com/android/music/
DQueryBrowserActivity.java459 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { in runQueryOnBackgroundThread()
DPlaylistBrowserActivity.java600 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { in runQueryOnBackgroundThread()
DMusicPicker.java344 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { in runQueryOnBackgroundThread()
DAlbumBrowserActivity.java632 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { in runQueryOnBackgroundThread()
DArtistAlbumBrowserActivity.java819 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { in runQueryOnBackgroundThread()
/packages/apps/Contacts/src/com/android/contacts/
DContactsListActivity.java2247 CharSequence constraint = getListView().getTextFilter(); in onContentChanged() local
2685 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { in runQueryOnBackgroundThread()
/packages/apps/Settings/src/com/android/settings/
DManageApplications.java1428 protected void publishResults(CharSequence constraint, FilterResults results) { in publishResults()