OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDestroy
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smackx/packet/
MUCOwner.java
61
public Destroy
getDestroy
() {
96
if (
getDestroy
() != null) {
97
buf.append(
getDestroy
().toXML());
MUCUser.java
67
if (
getDestroy
() != null) {
68
buf.append(
getDestroy
().toXML());
130
public Destroy
getDestroy
() {
Completed in 781 milliseconds