Lines Matching refs:null
42 String phoneNumber = null;
43 String phoneType = null;
44 String name = null;
45 Bitmap photo = null;
56 null, null, null);
66 if (photoId != null && photoId > 0) {
72 null, null, null);
76 if (data != null) {
81 if (cursor2 != null) {
88 if (cursor != null) {
95 /** Returns whether the phone uri is not null and corresponds to an existing phone number. */
97 return phoneUri != null && phoneExists(context, phoneUri);
101 Cursor cursor = null;
103 cursor = context.getContentResolver().query(phoneUri, null, null, null, null);
104 if (cursor != null && cursor.moveToFirst()) {
113 if (cursor != null) {