Home | History | Annotate | Download | only in detail

Lines Matching defs:presence

437             // The presence of a static photo container is not sufficient to determine whether or
659 // Apply presence when available
1238 public int presence = -1;
1261 .add("presence", presence)
1314 public void setPresence(int presence) {
1315 this.presence = presence;
1339 // Choose the presence with the highest precedence.
1340 if (StatusUpdates.getPresencePrecedence(presence)
1341 < StatusUpdates.getPresencePrecedence(entry.presence)) {
1342 presence = entry.presence;
1712 // Set the presence icon
1714 mContext, entry.presence);