Searched refs:mContactPhone (Results 1 – 2 of 2) sorted by relevance
49 private String mContactPhone; field in QuickContactBadge177 return mContactUri != null || mContactEmail != null || mContactPhone != null; in isAssigned()202 mContactPhone = null; in assignContactUri()274 mContactPhone = phoneNumber; in assignContactFromPhone()278 Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, mContactPhone), in assignContactFromPhone()314 } else if (mContactPhone != null && mQueryHandler != null) { in onClick()315 extras.putString(EXTRA_URI_CONTENT, mContactPhone); in onClick()317 Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, mContactPhone), in onClick()
83143 Landroid/widget/QuickContactBadge;->mContactPhone:Ljava/lang/String;