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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java174 Data.PRESENCE,
256 public static final int PRESENCE = 51; field in class:ContactLoader.ContactQuery
519 if (!cursor.isNull(ContactQuery.PRESENCE)
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java145 public static final String PRESENCE = "presence"; field in interface:ContactsDatabaseHelper.Tables
615 String CONCRETE_PRESENCE = Tables.STATUS_UPDATES + "." + StatusUpdates.PRESENCE;
630 String CONCRETE_PRESENCE = ALIAS + "." + StatusUpdates.PRESENCE;
1120 db.execSQL("CREATE TABLE IF NOT EXISTS " + DATABASE_PRESENCE + "." + Tables.PRESENCE + " ("+
1128 StatusUpdates.PRESENCE + " INTEGER," +
1135 + Tables.PRESENCE + " (" + PresenceColumns.RAW_CONTACT_ID + ");");
1137 + Tables.PRESENCE + " (" + PresenceColumns.CONTACT_ID + ");");
1143 StatusUpdates.PRESENCE + " INTEGER," +
1147 db.execSQL("CREATE TRIGGER " + DATABASE_PRESENCE + "." + Tables.PRESENCE + "_deleted"
1148 + " BEFORE DELETE ON " + DATABASE_PRESENCE + "." + Tables.PRESENCE
[all...]

Completed in 322 milliseconds