/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...] |
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...] |
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...] |
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...] |
TranscriptsProvider.java | 52 String userID = parser.getAttributeValue("", "userID");
70 return new Transcripts(userID, summaries);
|
/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...] |
TranscriptManager.java | 76 * @param userID the id of the user to get his conversations.
81 public Transcripts getTranscripts(String workgroupJID, String userID) throws XMPPException {
82 Transcripts request = new Transcripts(userID);
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FileTransferManager.java | 128 * @param userID
132 * @exception IllegalArgumentException if userID is null or not a full JID
134 public OutgoingFileTransfer createOutgoingFileTransfer(String userID) {
135 if (userID == null) {
136 throw new IllegalArgumentException("userID was null");
141 else if (!StringUtils.isFullJID(userID)) {
145 return new OutgoingFileTransfer(connection.getUser(), userID,
|
/external/sonivox/jet_tools/JetCreator/ |
JetDebug.py | 36 print("userID: %d" % queueSeg.userID)
48 print("userID: %d" % segment.userID)
|
JetPreview.py | 120 userID = 0
135 self.queueSegs.append(QueueSeg(self.segment.segname, userID, seg_num, dls_num, self.segment.repeat, self.segment.transpose, self.segment.mute_flags))
|
/cts/tests/tests/media/src/android/media/cts/ |
JetPlayerTest.java | 90 byte userID = 0; 97 muteFlags, userID)); 106 muteFlags, userID)); 115 byte userID = 0; 121 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID); 126 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID); 130 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID); 211 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) {
|
/external/smack/src/org/jivesoftware/smackx/ |
XHTMLManager.java | 130 * @param userID the user to check. A fully qualified xmpp ID, e.g. jdoe@example.com 133 public static boolean isServiceEnabled(Connection connection, String userID) { 136 ServiceDiscoveryManager.getInstanceFor(connection).discoverInfo(userID);
|
/frameworks/base/media/java/android/media/ |
JetPlayer.java | 272 * @param userID a value specified by the application that uniquely identifies the segment. 282 int transpose, int muteFlags, byte userID) { 284 transpose, muteFlags, userID); 301 * @param userID a value specified by the application that uniquely identifies the segment. 311 int transpose, boolean[] muteArray, byte userID) { 316 transpose, muteArray, userID); 509 * Callback for when JET's currently playing segment's userID is updated. 512 * @param userId the ID of the currently playing segment 515 void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount); 548 int repeatCount, int transpose, int muteFlags, byte userID); [all...] |
/frameworks/rs/ |
rsThreadIO.cpp | 191 usrID[0] = mLastClientHeader.userID; 200 usrID[0] = mLastClientHeader.userID; 218 hdr.userID = usrID;
|
rsThreadIO.h | 78 uint32_t userID;
|
/frameworks/av/include/media/ |
JetPlayer.h | 55 EAS_U32 muteFlags, 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/sonivox/arm-wt-22k/host_src/ |
jet.h | 143 EAS_PUBLIC EAS_RESULT JET_QueueSegment (EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transpose, EAS_U32 muteFlags, EAS_U8 userID);
|
/external/sonivox/arm-wt-22k/lib_src/ |
jet_data.h | 110 EAS_U8 userID;
|
/frameworks/base/core/jni/ |
android_media_JetPlayer.cpp | 272 jbyte userID) 283 = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID); 299 jbyte userID) 328 result = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteMask, userID);
|
/frameworks/av/media/libmedia/ |
JetPlayer.cpp | 421 EAS_U32 muteFlags, EAS_U8 userID) 426 return JET_QueueSegment(mEasData, segmentNum, libNum, repeatCount, transpose, muteFlags, userID); 468 ALOGV(">> current JET player status: userID=%d segmentRepeatCount=%d numQueuedSegments=%d paused=%d",
|
/frameworks/base/obex/javax/obex/ |
HeaderSet.java | 594 * @param userID if <code>true</code>, a user ID is required in the reply; 601 public void createAuthenticationChallenge(String realm, boolean userID, boolean access) 609 mAuthChall = ObexHelper.computeAuthenticationChallenge(nonce, realm, access, userID);
|