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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java51 public class CallerInfo { class
52 private static final String TAG = "CallerInfo";
64 * One other detail here is that this CallerInfo object reflects
152 public CallerInfo() { method in class:CallerInfo
161 * @param contactRef the URI to attach to this CallerInfo object
162 * @param cursor the first object in the cursor is used to build the CallerInfo object.
163 * @return the CallerInfo which contains the caller id for the given
164 * number. The returned CallerInfo is null if no number is supplied.
166 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) {
167 CallerInfo inf
[all...]

Completed in 50 milliseconds