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

1 2

  /external/smack/src/org/jivesoftware/smackx/workgroup/
QueueUser.java 33 private String userID;
48 this.userID = uid;
58 return this.userID;
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
RevokedOffer.java 33 private String userID;
42 * @param userID the user ID of the user for which this revocation was issued.
48 RevokedOffer(String userJID, String userID, String workgroupName, String sessionID,
53 this.userID = userID;
68 return this.userID;
Offer.java 45 private String userID;
59 * @param userID the userID of the user from which the offer originates.
68 Offer(Connection conn, AgentSession agentSession, String userID,
74 this.userID = userID;
104 * Returns the userID that the offer originates from. In most cases, the
105 * userID will simply be the JID of the requesting user. However, users can
106 * also manually specify a userID for their request. In that case, that value will
109 * @return the userID of the user from which the offer originates.
    [all...]
  /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...]
TranscriptsProvider.java 52 String userID = parser.getAttributeValue("", "userID");
70 return new Transcripts(userID, summaries);
AgentStatus.java 117 private String userID;
123 public ChatInfo(String sessionID, String userID, Date date, String email, String username, String question) {
125 this.userID = userID;
145 * then the userID will be the value of the ID attribute of the USER element. Otherwise,
146 * the userID will be the bare JID of the user that made the request.
151 return userID;
197 if (userID != null) {
198 buf.append(" userID=\"").append(userID).append("\"");
    [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...]
Transcripts.java 41 private String userID;
46 * Creates a transcripts request for the given userID.
48 * @param userID the id of the user to get his conversations transcripts.
50 public Transcripts(String userID) {
51 this.userID = userID;
58 * @param userID the id of the user. Could be a real JID or a unique String that identifies
62 public Transcripts(String userID, List<Transcripts.TranscriptSummary> summaries) {
63 this.userID = userID;
    [all...]
  /frameworks/rs/
rsThreadIO.h 78 uint32_t userID;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsThreadIO.h 78 uint32_t userID;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsThreadIO.h 78 uint32_t userID;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsThreadIO.h 78 uint32_t userID;
  /external/sonivox/arm-wt-22k/lib_src/
jet_data.h 110 EAS_U8 userID;
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 555 milliseconds

1 2