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

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

Completed in 2012 milliseconds