Lines Matching refs:callerInfo
85 final CallerInfo info = CallerInfoUtils.buildCallerInfo(context, identification);
99 public void onQueryComplete(int token, Object cookie, CallerInfo callerInfo) {
101 findInfoQueryComplete(identification, callerInfo, mIsIncoming, true);
150 final CallerInfo callerInfo = CallerInfoUtils.getCallerInfoForCall(
153 findInfoQueryComplete(identification, callerInfo, isIncoming, false);
157 CallerInfo callerInfo, boolean isIncoming, boolean didLocalLookup) {
160 if (callerInfo.contactExists || callerInfo.isEmergencyNumber() || callerInfo.isVoiceMailNumber()) {
165 callerInfo, presentationMode, isIncoming);
172 if (!callerInfo.contactExists && cacheEntry.name == null &&
185 if (callerInfo.contactExists) {
307 CallerInfo info, int presentation, boolean isIncoming) {
345 public static void populateCacheEntry(Context context, CallerInfo info, ContactCacheEntry cce,
356 // empty number, we will get a valid CallerInfo object, but with
360 // In the past, we would see a NULL callerinfo object, but this
364 // .getCallerInfo() that relied on a NULL CallerInfo to indicate
372 // TODO: It would be cleaner for CallerInfo to explicitly support
374 // Then we could remove this hack, and instead ask the CallerInfo
386 // No valid "name" in the CallerInfo, so fall back to
419 // TODO (CallerInfoAsyncQuery cleanup): Fix the CallerInfo
431 // We do have a valid "name" in the CallerInfo. Display that
444 Log.d(TAG, " ==> name is present in CallerInfo: displayName '" + displayName