Lines Matching refs:null
78 protected String[] mExcludeMimes = null;
158 this(context, null);
215 if (mListener != null) {
221 if (mListener != null) {
243 Bitmap photoBitmap = null;
244 if (cursor != null && cursor.moveToFirst()
248 photoData.length, null);
251 if (photoBitmap == null) {
252 photoBitmap = loadPlaceholderPhoto(null);
255 if (cookie != null && cookie instanceof Uri) {
262 if (cursor != null && cursor.moveToFirst()) {
273 setDisplayName(null, null);
274 setSocialSnippet(null);
275 setPhoto(loadPlaceholderPhoto(null));
280 if (cursor != null && cursor.moveToFirst()) {
288 setDisplayName(phoneNumber, null);
289 setSocialSnippet(null);
290 setPhoto(loadPlaceholderPhoto(null));
296 if (cursor != null && cursor.moveToFirst()) {
304 setDisplayName(emailAddress, null);
305 setSocialSnippet(null);
306 setPhoto(loadPlaceholderPhoto(null));
313 if (cursor != null) {
328 * Manually set the presence. If presence is null, it is hidden.
333 if (presence == null) {
381 setPhoto(loadPlaceholderPhoto(null));
409 if (snippet == null) {
424 if (attribution != null) {
446 * @param status The status of the contact. If this is either null or empty,
450 * This value can be null if it is not known.
452 * status. This value can be null if no Label should be used.
459 setSocialSnippet(null);
467 if (statusTimestamp != null) {
476 timestampDisplayValue = null;
480 String labelDisplayValue = null;
482 if (statusLabel != null) {
493 resources = null;
497 if (resources != null) {
508 if (timestampDisplayValue != null && labelDisplayValue != null) {
512 } else if (timestampDisplayValue == null && labelDisplayValue != null) {
516 } else if (timestampDisplayValue != null) {
519 attribution = null;
559 EMAIL_LOOKUP_PROJECTION, null, null, null);
575 PHONE_LOOKUP_PROJECTION, null, null, null);
592 null, null, null);
611 null, null, null);
621 setDisplayName(null, null);
622 setPhoto(loadPlaceholderPhoto(null));
623 setSocialSnippet(null);
625 mContactUri = null;
626 mExcludeMimes = null;
656 ? null
659 ? null
681 return null;