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

/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfo.java47 public class CallerInfo { class
48 private static final String TAG = "CallerInfo";
59 * One other detail here is that this CallerInfo object reflects
139 public CallerInfo() { method in class:CallerInfo
148 * @param contactRef the URI to attach to this CallerInfo object
149 * @param cursor the first object in the cursor is used to build the CallerInfo object.
150 * @return the CallerInfo which contains the caller id for the given
151 * number. The returned CallerInfo is null if no number is supplied.
153 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) {
154 CallerInfo inf
[all...]

Completed in 68 milliseconds