HomeSort by relevance Sort by last modified time
    Searched refs:PRESENCE (Results 1 - 12 of 12) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
DataStatus.java 75 mPresence = getInt(cursor, Data.PRESENCE, -1);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 387 " FROM " + Tables.STATUS_UPDATES + " LEFT OUTER JOIN " + Tables.PRESENCE +
534 Tables.AGGREGATED_PRESENCE + "." + StatusUpdates.PRESENCE);
    [all...]
ContactsDatabaseHelper.java 93 public static final String PRESENCE = "presence";
426 String CONCRETE_PRESENCE = Tables.STATUS_UPDATES + "." + StatusUpdates.PRESENCE;
441 String CONCRETE_PRESENCE = ALIAS + "." + StatusUpdates.PRESENCE;
573 db.execSQL("CREATE TABLE IF NOT EXISTS " + DATABASE_PRESENCE + "." + Tables.PRESENCE + " ("+
581 StatusUpdates.PRESENCE + " INTEGER," +
587 + Tables.PRESENCE + " (" + PresenceColumns.RAW_CONTACT_ID + ");");
597 db.execSQL("CREATE TRIGGER " + DATABASE_PRESENCE + "." + Tables.PRESENCE + "_deleted"
598 + " BEFORE DELETE ON " + DATABASE_PRESENCE + "." + Tables.PRESENCE
603 " FROM " + Tables.PRESENCE
    [all...]
LegacyApiSupport.java 141 " LEFT OUTER JOIN " + Tables.PRESENCE +
142 " ON (" + Tables.PRESENCE + "." + StatusUpdates.DATA_ID + "=" +
144 " FROM " + Tables.PRESENCE +
    [all...]
ContactAggregator.java 98 /** Precompiled sql statement for setting an aggregated presence */
217 + " FROM " + Tables.PRESENCE
288 "UPDATE " + Tables.PRESENCE +
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 387 setHeaderImage(R.id.presence, null);
660 * Find the QuickContact-specific presence icon for showing in chiclets.
1233 final int presence = cursor.getInt(DataQuery.CONTACT_PRESENCE); local
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 405 * Contact presence status. See {@link StatusUpdates} for individual status
804 * <td>Contact IM presence status. See {@link StatusUpdates} for individual
805 * status definitions. Automatically computed as the highest presence of all
807 * in persistent storage. The expectation is that presence status will be
    [all...]
Contacts.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ViewContactActivity.java 482 StatusUpdates.PRESENCE + " IS NOT NULL OR " + StatusUpdates.STATUS
1073 public int presence = -1; field in class:ViewContactActivity.ViewEntry
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]
BaseContactsProvider2Test.java 336 int presence, String status) {
337 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0);
341 int presence, String status, long timestamp) {
346 if (presence != 0) {
347 values.put(StatusUpdates.PRESENCE, presence);
    [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 37 milliseconds