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

  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
UserID.java 26 public class UserID implements PacketExtension {
38 private String userID;
40 public UserID(String userID) {
41 this.userID = userID;
45 return this.userID;
69 String userID = parser.getAttributeValue("", "id");
74 return new UserID(userID);
    [all...]
OfferRevokeProvider.java 36 // Default the userID to the JID.
37 String userID = userJID;
53 && parser.getName().equals(UserID.ELEMENT_NAME)) {
54 userID = parser.getAttributeValue("", "id");
63 return new OfferRevokePacket(userJID, userID, reason, sessionID);
69 private String userID;
73 public OfferRevokePacket (String userJID, String userID, String cause, String sessionID) {
75 this.userID = userID;
85 return this.userID;
    [all...]
OfferRequestProvider.java 60 // Default userID to the JID.
61 String userID = userJID;
78 else if (UserID.ELEMENT_NAME.equals(elemName)) {
79 userID = parser.getAttributeValue("", "id");
104 new OfferRequestPacket(userJID, userID, timeout, metaData, sessionID, content);
113 private String userID;
119 public OfferRequestPacket(String userJID, String userID, int timeout, Map<String, List<String>> metaData,
123 this.userID = userID;
131 * Returns the userID, which is either the same as the userJID or a special
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/user/
Workgroup.java 26 import org.jivesoftware.smackx.workgroup.packet.UserID;
234 * cookie or a username obtained via the session. A userID can be explicitly
236 * that userID will be used instead of the user's JID to track conversations. The
237 * server will ignore a manually specified userID if the user's connection to the server
270 * cookie or a username obtained via the session. A userID can be explicitly
272 * that userID will be used instead of the user's JID to track conversations. The
273 * server will ignore a manually specified userID if the user's connection to the server
307 * cookie or a username obtained via the session. When specified, that userID will
309 * manually specified userID if the user's connection to the server is not anonymous.
312 * @param userID String that represents the ID of the user when using anonymous sessions
    [all...]
  /ndk/sources/host-tools/make-3.81/
arscan.c 268 # define ar_uid UserID

Completed in 162 milliseconds