Home | History | Annotate | Download | only in ui

Lines Matching refs:PRESENCE

387         setHeaderImage(R.id.presence, null);
660 * Find the QuickContact-specific presence icon for showing in chiclets.
1217 // Handle Email rows with presence data as Im entry
1218 final boolean hasPresence = !cursor.isNull(DataQuery.PRESENCE);
1233 final int presence = cursor.getInt(DataQuery.CONTACT_PRESENCE);
1234 final Drawable statusIcon = ContactPresenceIconUtil.getPresenceIcon(mContext, presence);
1237 setHeaderImage(R.id.presence, statusIcon);
1649 Data.PRESENCE,
1674 final int PRESENCE = 10;