Home
last modified time | relevance | path

Searched refs:performSynchronousQuery (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/util/
DContactUtilTest.java144 .performSynchronousQuery(); in ingoredTestGetPhones()
161 .performSynchronousQuery(); in ingoredTestFilterPhonesByName()
183 .performSynchronousQuery(); in ingoredTestFilterPhonesByPartialNumber()
205 .performSynchronousQuery(); in ingoredTestFilterPhonesByFullNumber()
225 .performSynchronousQuery(); in ingoredTestLookupPhoneWithAreaCode()
245 .performSynchronousQuery(); in ingoredTestLookupPhoneWithoutAreaCode()
258 .performSynchronousQuery(); in ingoredTestGetFrequentPhones()
272 .performSynchronousQuery(); in ingoredTestFilterEmails()
285 .performSynchronousQuery(); in ingoredTestLookupEmail()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactRecipientAdapter.java125 .filterPhones(getContext(), searchText).performSynchronousQuery(); in getFilteredResultsCursor()
127 .filterEmails(getContext(), searchText).performSynchronousQuery(); in getFilteredResultsCursor()
135 getContext(), searchText).performSynchronousQuery(); in getFilteredResultsCursor()
137 getContext(), searchText).performSynchronousQuery(); in getFilteredResultsCursor()
146 .filterDestination(getContext(), searchText).performSynchronousQuery(); in getFilteredResultsCursor()
153 .performSynchronousQuery(); in getFilteredResultsCursor()
357 .performSynchronousQuery();
DContactRecipientAutoCompleteView.java162 .performSynchronousQuery()) { in doInBackground() argument
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DCursorQueryData.java59 public Cursor performSynchronousQuery() { in performSynchronousQuery() method in CursorQueryData
DParticipantRefresh.java462 selfCursor = ContactUtil.getSelf(db.getContext()).performSynchronousQuery(); in refreshFromSelfProfile()
517 normalizedDestination).performSynchronousQuery(); in refreshFromContacts()
/packages/apps/Messaging/src/com/android/messaging/util/
DContactUtil.java451 .performSynchronousQuery(); in lookupFirstName()