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.java143 .performSynchronousQuery(); in ingoredTestGetPhones()
160 .performSynchronousQuery(); in ingoredTestFilterPhonesByName()
182 .performSynchronousQuery(); in ingoredTestFilterPhonesByPartialNumber()
204 .performSynchronousQuery(); in ingoredTestFilterPhonesByFullNumber()
224 .performSynchronousQuery(); in ingoredTestLookupPhoneWithAreaCode()
244 .performSynchronousQuery(); in ingoredTestLookupPhoneWithoutAreaCode()
257 .performSynchronousQuery(); in ingoredTestGetFrequentPhones()
271 .performSynchronousQuery(); in ingoredTestFilterEmails()
284 .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.java160 entry.getDestination()).performSynchronousQuery(); in doInBackground()
/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()