Home | History | Annotate | Download | only in phone

Lines Matching defs:getCallerInfo

693                     info = CallerInfo.getCallerInfo(context, contactRef);
700 info = CallerInfo.getCallerInfo(context, number);
1270 * (This is just a simple wrapper around CallerInfo.getCallerInfo(): we
1272 * number into CallerInfo.getCallerInfo().)
1278 * Finally, if the getCallerInfo() call did succeed, we save the resulting
1284 static CallerInfo getCallerInfo(Context context, Connection c) {
1293 info = CallerInfo.getCallerInfo(context, (Uri) userDataObject);
1310 if (DBG) log("getCallerInfo: number = " + toLogSafePhoneNumber(number));
1313 info = CallerInfo.getCallerInfo(context, number);
1634 CallerInfo newCi = getCallerInfo(null, conn);