Searched defs:CallerInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfo.java46 public class CallerInfo { class
48 private static final String TAG = "CallerInfo";
88 * <p>One other detail here is that this CallerInfo object reflects information found on a
168 public CallerInfo() { method in class:CallerInfo
192 * @param contactRef the URI to attach to this CallerInfo object
193 * @param cursor the first object in the cursor is used to build the CallerInfo object.
194 * @return the CallerInfo which contains the caller id for the given number. The returned
195 * CallerInfo is null if no number is supplied.
197 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) {
198 CallerInfo inf
[all...]

Completed in 54 milliseconds