查询某一个联系人的所有记录(按名字)mContentResolver.query(Data.CONTENT_URI,null, Phone.DISPLAY_NAME + " = ?", new String[] { name }, null);