Home | History | Annotate | Download | only in contacts

Lines Matching refs:PRESENCE

349                 Data.PRESENCE,
433 Data.PRESENCE,
512 Data.PRESENCE,
730 StatusUpdates.PRESENCE,
905 values.putNull(Contacts.Entity.PRESENCE);
922 values.put(Contacts.Entity.PRESENCE, StatusUpdates.IDLE);
940 values.putNull(Contacts.Entity.PRESENCE);
3995 values.put(StatusUpdates.PRESENCE, StatusUpdates.INVISIBLE);
4083 StatusUpdates.PRESENCE, StatusUpdates.STATUS},
4131 // presence
4138 values.put(StatusUpdates.PRESENCE, "presence_test");
4144 // i.e., no rows in presence table are to be updated.
4153 // make sure the presence column value is still the old value
4154 values.put(StatusUpdates.PRESENCE, "presence_test");
4157 // update status_updates table to set new values for columns in presence table ONLY
4161 values.put(StatusUpdates.PRESENCE, "presence_test_new");
4171 // presence set to null
4196 values.putNull(StatusUpdates.PRESENCE);
4227 private void assertStatusUpdate(Cursor c, int protocol, String customProtocol, int presence,
4232 values.put(StatusUpdates.PRESENCE, presence);