Home | History | Annotate | Download | only in phone

Lines Matching refs:getCallerInfo

669                     info = CallerInfo.getCallerInfo(context, contactRef);
676 info = CallerInfo.getCallerInfo(context, number);
1224 * (This is just a simple wrapper around CallerInfo.getCallerInfo(): we
1226 * number into CallerInfo.getCallerInfo().)
1232 * Finally, if the getCallerInfo() call did succeed, we save the resulting
1238 static CallerInfo getCallerInfo(Context context, Connection c) {
1247 info = CallerInfo.getCallerInfo(context, (Uri) userDataObject);
1264 if (DBG) log("getCallerInfo: number = " + number);
1267 info = CallerInfo.getCallerInfo(context, number);
1572 CallerInfo newCi = getCallerInfo(null, conn);