Home
last modified time | relevance | path

Searched refs:lookupPhone (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/util/
DContactUtilTest.java223 final Cursor cur = ContactUtil.lookupPhone(getContext(), filter) in ingoredTestLookupPhoneWithAreaCode()
243 final Cursor cur = ContactUtil.lookupPhone(getContext(), filter) in ingoredTestLookupPhoneWithoutAreaCode()
/packages/apps/Messaging/src/com/android/messaging/util/
DContactUtil.java253 return ContactUtil.lookupPhone(context, destination); in lookupDestination()
328 public static CursorQueryData lookupPhone(final Context context, final String phone) { in lookupPhone() method in ContactUtil
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DParticipantRefreshTest.java65 final Uri uri = ContactUtil.lookupPhone(mContext, phone).getUri(); in addPhoneLookup()