Home | History | Annotate | Download | only in incallui

Lines Matching refs:CallerInfo

46 public class CallerInfo {
47 private static final String TAG = "CallerInfo";
58 * One other detail here is that this CallerInfo object reflects
115 * callerinfo object.
147 public CallerInfo() {
156 * @param contactRef the URI to attach to this CallerInfo object
157 * @param cursor the first object in the cursor is used to build the CallerInfo object.
158 * @return the CallerInfo which contains the caller id for the given
159 * number. The returned CallerInfo is null if no number is supplied.
161 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) {
162 CallerInfo info = new CallerInfo();
177 // CallerInfo object as well.
273 * @return the CallerInfo which contains the caller id for the given
274 * number. The returned CallerInfo is null if no number is supplied.
276 private static CallerInfo getCallerInfo(Context context, Uri contactRef) {
292 static CallerInfo doSecondaryLookupIfNecessary(Context context,
293 String number, CallerInfo previousResult) {
323 * Mark this CallerInfo as an emergency call.
327 /* package */ CallerInfo markAsEmergency(Context context) {
338 * Mark this CallerInfo as a voicemail call. The voicemail label
344 /* package */ CallerInfo markAsVoiceMail(Context context) {
382 * the other CallerInfo fields) since the column we need to use
453 * Updates this CallerInfo's geoDescription field, based on the raw
461 * @param fallbackNumber if this CallerInfo's phoneNumber field is empty,