Home | History | Annotate | Download | only in phone

Lines Matching refs:ci

63         final CallerInfo ci = getCallerInfoFromConnection(c);  // May be null.
64 final String logNumber = getLogNumber(c, ci);
76 final int presentation = getPresentation(c, ci);
83 logCall(ci, logNumber, presentation, callLogType, date, duration);
110 public void logCall(CallerInfo ci, String number, int presentation, int callType, long start,
122 CallerInfo ci = null;
126 ci = (CallerInfo) o;
128 ci = CallerInfo.getCallerInfo(mApplication.getApplicationContext(), (Uri) o);
130 ci = ((PhoneUtils.CallerInfoToken) o).currentInfo;
132 return ci;