Searched refs:affiliation (Results 1 - 9 of 9) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/muc/
H A DAffiliate.java27 * Represents an affiliation of a user to a given room. The affiliate's information will always have
28 * the bare jid of the real user and its affiliation. If the affiliate is an occupant of the room
36 private String affiliation; field in class:Affiliate
45 this.affiliation = item.getAffiliation();
53 this.affiliation = item.getAffiliation();
68 * Returns the affiliation of the afffiliated user. Possible affiliations are: "owner", "admin",
71 * @return the affiliation of the afffiliated user.
74 return affiliation;
H A DOccupant.java30 * the affiliation and role of the occupant in the room. The full JID and nickname are optional.
36 private String affiliation; field in class:Occupant
45 this.affiliation = item.getAffiliation();
56 this.affiliation = item.getAffiliation();
75 * Returns the affiliation of the occupant. Possible affiliations are: "owner", "admin",
78 * @return the affiliation of the occupant.
81 return affiliation;
115 result = affiliation.hashCode();
H A DMultiUserChat.java70 * room. A room could have many occupants with different affiliation and roles.
72 * are "moderator", "participant", and "visitor". Each role and affiliation guarantees
650 * add the user to the member list by changing the user's affiliation from "none" to "member.<p>
1072 * 405 error can occur if a moderator or a user with an affiliation of "owner" or "admin"
1119 * 405 error can occur if a moderator or a user with an affiliation of "owner" or "admin"
1134 * 405 error can occur if a moderator or a user with an affiliation of "owner" or "admin"
1151 * 405 error can occur if a moderator or a user with an affiliation of "owner" or "admin"
1168 * 405 error can occur if a moderator or a user with an affiliation of "owner" or "admin"
1252 * only to occupants whose affiliation is member or none. This means that an administrator is
1265 * only to occupants whose affiliation i
1375 changeAffiliationByOwner(String jid, String affiliation) argument
1402 changeAffiliationByOwner(Collection<String> jids, String affiliation) argument
1440 changeAffiliationByAdmin(String jid, String affiliation, String reason) argument
1470 changeAffiliationByAdmin(Collection<String> jids, String affiliation) argument
1695 getAffiliatesByOwner(String affiliation) argument
1736 getAffiliatesByAdmin(String affiliation) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DAffiliation.java20 * Represents a affiliation between a user and a node, where the {@link #type} defines
21 * the type of affiliation.
41 * Constructs an affiliation.
43 * @param jid The JID with affiliation.
44 * @param affiliation The type of affiliation.
46 public Affiliation(String jid, Type affiliation) argument
48 this(jid, null, affiliation);
52 * Constructs an affiliation.
54 * @param jid The JID with affiliation
58 Affiliation(String jid, String node, Type affiliation) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMUCAdmin.java42 * Returns an Iterator for item childs that holds information about roles, affiliation,
45 * @return an Iterator for item childs that holds information about roles, affiliation,
55 * Adds an item child that holds information about roles, affiliation, jids and nicks.
57 * @param item the item child that holds information about roles, affiliation, jids and nicks.
81 * Item child that holds information about roles, affiliation, jids and nicks.
88 private String affiliation; field in class:MUCAdmin.Item
96 * @param affiliation the actor's affiliation to the room
99 public Item(String affiliation, String role) { argument
100 this.affiliation
[all...]
H A DMUCOwner.java42 * Returns an Iterator for item childs that holds information about affiliation,
45 * @return an Iterator for item childs that holds information about affiliation,
77 * Adds an item child that holds information about affiliation, jids and nicks.
79 * @param item the item child that holds information about affiliation, jids and nicks.
106 * Item child that holds information about affiliation, jids and nicks.
114 private String affiliation; field in class:MUCOwner.Item
122 * @param affiliation the actor's affiliation to the room
124 public Item(String affiliation) { argument
125 this.affiliation
[all...]
H A DMUCUser.java96 * Returns the item child that holds information about roles, affiliation, jids and nicks.
98 * @return an item child that holds information about roles, affiliation, jids and nicks.
156 * Sets the item child that holds information about roles, affiliation, jids and nicks.
158 * @param item the item child that holds information about roles, affiliation, jids and nicks.
367 * Item child that holds information about roles, affiliation, jids and nicks.
374 private String affiliation; field in class:MUCUser.Item
382 * @param affiliation the actor's affiliation to the room
385 public Item(String affiliation, String role) { argument
386 this.affiliation
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_factory_chromeos.cc147 UserAffiliation affiliation = connector->GetUserAffiliation(username); local
148 const bool is_affiliated_user = affiliation == USER_AFFILIATION_MANAGED;
227 affiliation);
/external/chromium_org/components/policy/core/common/cloud/
H A Ddevice_management_service.cc101 const char* UserAffiliationToString(UserAffiliation affiliation) { argument
102 switch (affiliation) {
108 NOTREACHED() << "Invalid user affiliation " << affiliation;

Completed in 2691 milliseconds