Home | History | Annotate | Download | only in fragments

Lines Matching defs:presence

431                     // Apply presence and status details when available
540 public int presence = -1;
576 * and {@link #footerLine}. Otherwise only {@link #presence}
580 presence = status.getPresence();
606 // Choose the presence with the highest precedence.
607 if (StatusUpdates.getPresencePrecedence(presence)
608 < StatusUpdates.getPresencePrecedence(entry.presence)) {
609 presence = entry.presence;
758 // Set the presence icon
760 mContext, entry.presence);