HomeSort by relevance Sort by last modified time
    Searched defs:presence (Results 1 - 7 of 7) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 122 int presence = -1; field in class:GlobalSearchSupport.SearchSuggestion
161 if (presence != -1) {
162 icon2 = String.valueOf(StatusUpdates.getPresenceIconResourceId(presence));
394 suggestion.presence = c.getInt(SearchSuggestionQuery.PRESENCE_STATUS);
  /frameworks/base/core/java/com/android/internal/widget/
ContactHeaderWidget.java 186 mPresenceView = (ImageView) findViewById(R.id.presence);
364 * Manually set the presence.
366 public void setPresence(int presence) {
367 mPresenceView.setImageResource(StatusUpdates.getPresenceIconResourceId(presence));
555 //Set the presence status
557 int presence = c.getInt(ContactQuery.CONTACT_PRESENCE_STATUS); local
558 mPresenceView.setImageResource(StatusUpdates.getPresenceIconResourceId(presence));
  /packages/apps/Contacts/src/com/android/contacts/
ViewContactActivity.java 485 StatusUpdates.PRESENCE + " IS NOT NULL OR " + StatusUpdates.STATUS
1098 public int presence = -1; field in class:ViewContactActivity.ViewEntry
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 53 import android.provider.ContactsContract.Presence;
243 ImageView presence; field in class:EventInfoActivity.ViewHolder
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 397 setHeaderImage(R.id.presence, null);
670 * Find the QuickContact-specific presence icon for showing in chiclets.
1254 final int presence = cursor.getInt(DataQuery.CONTACT_PRESENCE); local
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 358 u_char presence; member in struct:rpc_loc_ni_supl_slp_session_id_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 348 u_char presence; member in struct:rpc_loc_ni_supl_slp_session_id_s_type
    [all...]

Completed in 530 milliseconds