OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Transcript
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
Transcript.java
9
public class
Transcript
{
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
Transcript.java
31
* Represents the conversation
transcript
that occured in a group chat room between an Agent
32
* and a user that requested assistance. The
transcript
contains all the Messages that were sent
37
public class
Transcript
extends IQ {
42
* Creates a
transcript
request for the given sessionID.
44
* @param sessionID the id of the session to get the conversation
transcript
.
46
public
Transcript
(String sessionID) {
52
* Creates a new
transcript
for the given sessionID and list of packets. The list of packets
55
* @param sessionID the id of the session that generated this conversation
transcript
.
58
public
Transcript
(String sessionID, List<Packet> packets) {
64
* Returns id of the session that generated this conversation
transcript
. The sessionID is a
[
all
...]
Completed in 372 milliseconds