OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTranscripts
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
TranscriptManager.java
33
* conversations that a user had {@link #
getTranscripts
(String, String)}.
81
public Transcripts
getTranscripts
(String workgroupJID, String userID) throws XMPPException {
AgentSession.java
460
public Transcripts
getTranscripts
(String userID) throws XMPPException {
461
return transcriptManager.
getTranscripts
(workgroupJID, userID);
[
all
...]
Completed in 4183 milliseconds