OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rosterItems
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smack/packet/
RosterPacket.java
35
private final List<Item>
rosterItems
= new ArrayList<Item>();
47
synchronized (
rosterItems
) {
48
rosterItems
.add(item);
66
synchronized (
rosterItems
) {
67
return
rosterItems
.size();
77
synchronized (
rosterItems
) {
78
return Collections.unmodifiableList(new ArrayList<Item>(
rosterItems
));
89
synchronized (
rosterItems
) {
90
for (Item entry :
rosterItems
) {
/external/smack/src/org/jivesoftware/smack/
Roster.java
[
all
...]
Completed in 2983 milliseconds