HomeSort by relevance Sort by last modified time
    Searched refs:performSynchronousQuery (Results 1 - 6 of 6) sorted by null

  /packages/apps/Messaging/tests/src/com/android/messaging/util/
ContactUtilTest.java 143 .performSynchronousQuery();
160 .performSynchronousQuery();
182 .performSynchronousQuery();
204 .performSynchronousQuery();
224 .performSynchronousQuery();
244 .performSynchronousQuery();
257 .performSynchronousQuery();
271 .performSynchronousQuery();
284 .performSynchronousQuery();
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientAdapter.java 125 .filterPhones(getContext(), searchText).performSynchronousQuery();
127 .filterEmails(getContext(), searchText).performSynchronousQuery();
135 getContext(), searchText).performSynchronousQuery();
137 getContext(), searchText).performSynchronousQuery();
146 .filterDestination(getContext(), searchText).performSynchronousQuery();
153 .performSynchronousQuery();
357 .performSynchronousQuery();
ContactRecipientAutoCompleteView.java 160 entry.getDestination()).performSynchronousQuery();
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
CursorQueryData.java 59 public Cursor performSynchronousQuery() {
76 * Representation of an invalid query. {@link #performSynchronousQuery} will return
ParticipantRefresh.java 462 selfCursor = ContactUtil.getSelf(db.getContext()).performSynchronousQuery();
517 normalizedDestination).performSynchronousQuery();
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java 451 .performSynchronousQuery();

Completed in 144 milliseconds