OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRoster
(Results
1 - 6
of
6
) sorted by null
/external/smack/src/org/jivesoftware/smackx/
GatewayManager.java
56
this.roster = connection.
getRoster
();
Gateway.java
43
this.roster = connection.
getRoster
();
/external/smack/src/org/jivesoftware/smack/
Connection.java.orig
457
public abstract Roster
getRoster
();
[
all
...]
Connection.java
457
public abstract Roster
getRoster
();
[
all
...]
BOSHConnection.java
242
public Roster
getRoster
() {
254
// Smack code should be wary about calling the
getRoster
method, and may
XMPPConnection.java
254
// Create the roster if it is not a reconnection or roster already created by
getRoster
()
329
public Roster
getRoster
() {
333
// or a previous call to
getRoster
()
350
// Smack code should be wary about calling the
getRoster
method, and may need to
[
all
...]
Completed in 403 milliseconds