Searched defs:presence (Results 1 – 12 of 12) sorted by relevance
67 public void setPresence(Presence presence) { in setPresence()
256 protected abstract void doUpdateUserPresenceAsync(Presence presence); in doUpdateUserPresenceAsync()
627 protected void doUpdateUserPresenceAsync(Presence presence) { in doUpdateUserPresenceAsync()707 private Primitive buildUpdatePresenceReq(PrimitiveElement presence) { in buildUpdatePresenceReq()
322 PrimitiveElement presence = new PrimitiveElement(ImpsTags.Presence); in translatePresence() local
587 Presence presence = ImpsPresenceUtils.extractPresence(presenceSubList, presenceMapping); in extractAndNotifyPresence() local
114 int presence = cursor.getInt(COLUMN_CONTACT_PRESENCE_STATUS); in bind() local
391 Drawable presence; in bindView() local
424 private int getPresenceIconResourceId(int presence) { in getPresenceIconResourceId()
1038 private int translateClientType(Presence presence) { in translateClientType()1054 public static int convertPresenceStatus(Presence presence) { in convertPresenceStatus()
414 void insertPresenceUpdatesMsg(String contact, Presence presence) { in insertPresenceUpdatesMsg()
1020 ImageView presence = views.presenceIcon; in bindView() local
4399 matcher.addURI(CONTACTS_AUTHORITY, "presence", PRESENCE); in matcher.addURI()4400 matcher.addURI(CONTACTS_AUTHORITY, "presence/#", PRESENCE_ID); in matcher.addURI()