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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java38 public class CallerInfo { class
39 private static final String TAG = "CallerInfo";
55 * One other detail here is that this CallerInfo object reflects
109 public CallerInfo() { method in class:CallerInfo
118 * @param contactRef the URI to attach to this CallerInfo object
119 * @param cursor the first object in the cursor is used to build the CallerInfo object.
120 * @return the CallerInfo which contains the caller id for the given
121 * number. The returned CallerInfo is null if no number is supplied.
123 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) {
124 CallerInfo inf
[all...]

Completed in 94 milliseconds