Searched defs:PresenceColumns (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapContract.java868 public interface ConvoContactColumns extends ChatStatusColumns, PresenceColumns {
1029 public interface PresenceColumns { interface in class:BluetoothMapContract
1212 PresenceColumns.PRESENCE_STATE,
1213 PresenceColumns.PRIORITY,
1214 PresenceColumns.STATUS_TEXT,
1215 PresenceColumns.LAST_ONLINE
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java627 public interface PresenceColumns { interface in class:ContactsDatabaseHelper
1155 PresenceColumns.CONTACT_ID + " INTEGER REFERENCES contacts(_id)," +
1156 PresenceColumns.RAW_CONTACT_ID + " INTEGER REFERENCES raw_contacts(_id)," +
1164 + Tables.PRESENCE + " (" + PresenceColumns.RAW_CONTACT_ID + ");");
1166 + Tables.PRESENCE + " (" + PresenceColumns.CONTACT_ID + ");");
1181 "(SELECT " + PresenceColumns.CONTACT_ID +
1183 " WHERE " + PresenceColumns.RAW_CONTACT_ID
1184 + "=OLD." + PresenceColumns.RAW_CONTACT_ID +
1186 "(SELECT " + PresenceColumns.RAW_CONTACT_ID +
1188 " WHERE " + PresenceColumns
[all...]

Completed in 2364 milliseconds