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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java174 Data.PRESENCE,
246 public static final int PRESENCE = 54; field in class:ContactLoader.ContactQuery
393 if (!cursor.isNull(ContactQuery.PRESENCE)
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java136 public static final String PRESENCE = "presence"; field in interface:ContactsDatabaseHelper.Tables
580 String CONCRETE_PRESENCE = Tables.STATUS_UPDATES + "." + StatusUpdates.PRESENCE;
595 String CONCRETE_PRESENCE = ALIAS + "." + StatusUpdates.PRESENCE;
864 db.execSQL("CREATE TABLE IF NOT EXISTS " + DATABASE_PRESENCE + "." + Tables.PRESENCE + " ("+
872 StatusUpdates.PRESENCE + " INTEGER," +
879 + Tables.PRESENCE + " (" + PresenceColumns.RAW_CONTACT_ID + ");");
881 + Tables.PRESENCE + " (" + PresenceColumns.CONTACT_ID + ");");
887 StatusUpdates.PRESENCE + " INTEGER," +
892 db.execSQL("CREATE TRIGGER " + DATABASE_PRESENCE + "." + Tables.PRESENCE + "_deleted"
893 + " BEFORE DELETE ON " + DATABASE_PRESENCE + "." + Tables.PRESENCE
[all...]

Completed in 15 milliseconds