Home | History | Annotate | Download | only in incallui

Lines Matching refs:null

62     private static ContactInfoCache sCache = null;
65 if (sCache == null) {
107 * Returns the data through callback. If callback is null, no response is made, however the
111 * @param callback The function to call back when the call is found. Can be null.
123 if (cacheEntry != null) {
125 + (callBacks == null ? "complete" : "still running"));
128 if (callBacks == null) {
134 if (callBacks != null) {
172 if (!callerInfo.contactExists && cacheEntry.name == null &&
173 mPhoneNumberService != null) {
178 } else if (cacheEntry.personUri != null) {
187 } else if (cacheEntry.name != null) {
211 if (info == null) {
227 entry.label = typeStr == null ? null : typeStr.toString();
230 if (oldEntry != null) {
239 if (info.getImageUrl() == null && info.isBusiness()) {
249 if (info.getImageUrl() == null) {
257 onImageLoadComplete(TOKEN_UPDATE_PHOTO_FOR_CALL_STATE, null,
275 if (entry == null) {
283 if (photo != null) {
286 } else if (photoIcon != null) {
291 entry.photo = null;
309 Drawable photo = null;
318 if (info.cachedPhoto != null) {
330 if (personUri == null) {
331 Log.v(TAG, "personUri is null. Just use unknown picture.");
348 String displayName = null;
349 String displayNumber = null;
350 String displayLocation = null;
351 String label = null;
357 // fields that are all null, and the isTemporary boolean input
360 // In the past, we would see a NULL callerinfo object, but this
361 // ends up causing null pointer exceptions elsewhere down the
364 // .getCallerInfo() that relied on a NULL CallerInfo to indicate
422 displayLocation = info.geoDescription; // may be null
461 if (callBacks != null) {
470 if (callBacks != null && entry.photo != null) {