Searched defs:mContactPhone (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java50 private String mContactPhone; field in class:QuickContactBadge
159 return mContactUri != null || mContactEmail != null || mContactPhone != null;
184 mContactPhone = null;
256 mContactPhone = phoneNumber;
260 Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, mContactPhone),
296 } else if (mContactPhone != null && mQueryHandler != null) {
297 extras.putString(EXTRA_URI_CONTENT, mContactPhone);
299 Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, mContactPhone),

Completed in 6 milliseconds