Searched defs:contactRef (Results 1 – 3 of 3) sorted by relevance
172 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo()322 private static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo()383 private static int getColumnIndexForPersonId(Uri contactRef, Cursor cursor) { in getColumnIndexForPersonId()
146 Uri contactRef) { in startQueryInternal()381 private CallerInfoAsyncQueryHandler(Context context, Uri contactRef) { in CallerInfoAsyncQueryHandler()
163 Uri contactRef = null; in placeOtaspCall() local