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

1 2 3 4 5

  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresCapInfo.java 17 package com.android.ims.internal.uce.presence;
PresSubscriptionState.java 17 package com.android.ims.internal.uce.presence;
83 * Gets the Presence subscription state.
92 * Sets the Presence subscription state.
PresTupleInfo.java 17 package com.android.ims.internal.uce.presence;
PresCmdId.java 17 package com.android.ims.internal.uce.presence;
25 /** Presence Command Status ID
PresCmdStatus.java 17 package com.android.ims.internal.uce.presence;
34 * Gets the Presence command ID.
PresPublishTriggerType.java 17 package com.android.ims.internal.uce.presence;
PresResInfo.java 17 package com.android.ims.internal.uce.presence;
30 * Gets the Presence service resource instance information.
38 * Sets the Presence service resource instance information.
PresServiceInfo.java 17 package com.android.ims.internal.uce.presence;
25 /** Presence Service Information
PresSipResponse.java 17 package com.android.ims.internal.uce.presence;
32 * Gets the Presence command ID.
40 * Sets the Presence command ID.
PresResInstanceInfo.java 17 package com.android.ims.internal.uce.presence;
PresRlmiInfo.java 17 package com.android.ims.internal.uce.presence;
132 * Gets the presence subscription state.
140 * Sets the presence subscription state.
148 * Gets the presence subscription expiration time.
156 * Sets the presence subscription expiration time.
164 * Gets the presence subscription terminated reason.
172 * Sets the presence subscription terminated reason.
  /external/webrtc/webrtc/libjingle/xmpp/
rostermodule_unittest.cc 111 WritePresence(std::ostream& os, const XmppPresence* presence) {
112 if (presence == NULL) {
117 os<<"[Presence jid:";
118 WriteString(os, presence->jid().Str());
119 os<<" available:"<<presence->available();
121 WritePresenceShow(os, presence->presence_show());
122 os<<" priority:"<<presence->priority();
124 WriteString(os, presence->status());
125 os<<"]"<<presence->raw_xml()->Str();
165 //! Some type of presence error has occure
475 const XmppPresence * presence; local
    [all...]
chatroommoduleimpl.cc 67 XmppReturnStatus ServerChangeMyPresence(const XmlElement& presence);
69 XmppReturnStatus ChangePresence(XmppChatroomState new_state, const XmlElement* presence, bool isServer);
71 XmppChatroomEnteredStatus GetEnterFailureFromXml(const XmlElement* presence);
72 XmppChatroomExitedStatus GetExitFailureFromXml(const XmlElement* presence);
76 void FireEnteredStatus(const XmlElement* presence,
99 XmppReturnStatus SetPresence(const XmppPresence* presence);
105 const XmppPresence* presence() const;
166 // handle presence stanza
274 // entering a chatroom is a presence request to the server
307 // exiting a chatroom is a presence request to the serve
662 XmppChatroomMemberImpl::presence() const { function in class:buzz::XmppChatroomMemberImpl
    [all...]
rostermoduleimpl.cc 601 // Scrub the outgoing presence
616 XmppRosterModuleImpl::SendDirectedPresence(const XmppPresence* presence,
618 if (!presence)
624 XmlElement element(*(presence->raw_xml()));
824 // There are two types of stanzas that we care about: presence and roster push
867 // Clear out the vector of all presence notifications
873 XmppPresenceImpl * presence = *pos; local
875 delete presence;
880 // Clear out all of the small presence vectors per Jid
952 // First add the presence to the ma
966 XmppPresenceImpl* presence; local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 67 "(SELECT " + StatusUpdates.PRESENCE +
75 int presence = -1; field in class:GlobalSearchSupport.SearchSuggestion
95 if (presence != -1) {
96 icon2 = String.valueOf(StatusUpdates.getPresenceIconResourceId(presence));
153 presence = -1;
263 suggestion.presence = c.isNull(4) ? -1 : c.getInt(4);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 180 mPresenceView = (ImageView) findViewById(R.id.presence);
321 * Manually set the presence.
323 public void setPresence(int presence) {
324 mPresenceView.setImageResource(StatusUpdates.getPresenceIconResourceId(presence));
328 * Manually set the presence. If presence is null, it is hidden.
332 public void setPresence(Integer presence) {
333 if (presence == null) {
337 setPresence(presence.intValue());
342 * Turn on/off showing the presence
646 int presence = c.getInt(ContactQuery.CONTACT_PRESENCE_STATUS); local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java 254 // Set presence icon and status message
256 int presence = 0; local
258 presence = cursor.getInt(mPresenceIndex);
259 icon = ContactPresenceIconUtil.getPresenceIcon(mContext, presence);
267 // If there is no status message from the contact, but there was a presence value,
269 if (statusMessage == null && presence != 0) {
270 statusMessage = ContactStatusUtil.getStatusString(mContext, presence);
ContactListItemView.java 73 * icons for presence and call.
78 * to the left of the photo, the text lines are aligned to the left and the presence icon (if
527 // Status view height is the biggest of the text view and the presence icon
550 // Presence and status are in a same row, so status will be affected by icon size.
739 // Layout all text view and presence icon
761 // Presence and status
1463 int presence = 0; local
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 431 // Apply presence and status details when available
540 public int presence = -1; field in class:ContactFragment.ViewEntry
576 * and {@link #footerLine}. Otherwise only {@link #presence}
580 presence = status.getPresence();
606 // Choose the presence with the highest precedence.
607 if (StatusUpdates.getPresencePrecedence(presence)
608 < StatusUpdates.getPresencePrecedence(entry.presence)) {
609 presence = entry.presence;
758 // Set the presence ico
    [all...]
  /system/connectivity/shill/
manager.cc 1888 bool presence = std::find(available_technologies.begin(), local
1892 Technology::IdentifierFromName(technology), presence); local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 174 Data.PRESENCE,
256 public static final int PRESENCE = 51;
413 null /* presence */,
519 if (!cursor.isNull(ContactQuery.PRESENCE)
654 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE) local
671 altDisplayName, phoneticName, starred, presence, sendToVoicemail,
    [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...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 382 u_char presence; member in struct:rpc_loc_ni_supl_slp_session_id_s_type
    [all...]
  /hardware/qcom/gps/msm8084/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...]

Completed in 344 milliseconds

1 2 3 4 5