Home | History | Annotate | Download | only in ui

Lines Matching defs:presence

397         setHeaderImage(R.id.presence, null);
670 * Find the QuickContact-specific presence icon for showing in chiclets.
1238 // Handle Email rows with presence data as Im entry
1239 final boolean hasPresence = !cursor.isNull(DataQuery.PRESENCE);
1254 final int presence = cursor.getInt(DataQuery.CONTACT_PRESENCE);
1255 final Drawable statusIcon = ContactPresenceIconUtil.getPresenceIcon(mContext, presence);
1258 setHeaderImage(R.id.presence, statusIcon);
1674 Data.PRESENCE,
1699 final int PRESENCE = 10;