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

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

Completed in 145 milliseconds