/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PrivacyList.java | 37 * List of Privacy headers. 43 public class PrivacyList extends SIPHeaderList<Privacy> { 52 super(Privacy.class, PrivacyHeader.NAME);
|
Privacy.java | 44 * Privacy SIP header - RFC 3323. 50 public class Privacy 56 * Privacy type 58 private String privacy; field in class:Privacy 64 public Privacy() { 65 super(PRIVACY); 69 * Constructor given a privacy type 70 *@param privacy 72 public Privacy(String privacy) [all...] |
/external/smack/src/org/jivesoftware/smack/ |
PrivacyListManager.java | 25 import org.jivesoftware.smack.packet.Privacy;
33 * <li>Retrieve privacy lists.
34 * <li>Add, remove, and edit privacy lists.
38 * Privacy Items can handle different kind of permission communications based on JID, group,
52 new PacketExtensionFilter("query", "jabber:iq:privacy"));
65 * Creates a new privacy manager to maintain the communication privacy. Note: no
67 * get or set the privacy communication.<p>
76 /** Answer the connection userJID that owns the privacy.
77 * @return the userJID that owns the privacy
[all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PrivacyParser.java | 34 * Privacy header parser. 40 * Privacy-hdr = "Privacy" HCOLON priv-value *(";" priv-value) 52 import gov.nist.javax.sip.header.ims.Privacy; 84 this.headerName(TokenTypes.PRIVACY); 89 Privacy privacy = new Privacy(); local 90 privacy.setHeaderName(SIPHeaderNamesIms.PRIVACY); [all...] |
/external/smack/src/org/jivesoftware/smack/provider/ |
PrivacyProvider.java | 22 import org.jivesoftware.smack.packet.Privacy;
29 * The PrivacyProvider parses {@link Privacy} packets. {@link Privacy}
30 * Parses the <tt>query</tt> sub-document and creates an instance of {@link Privacy}.
42 Privacy privacy = new Privacy();
local 43 /* privacy.addExtension(PacketParserUtils.parsePacketExtension(parser
45 privacy.addExtension(new DefaultPacketExtension(parser.getName(), parser.getNamespace()));
53 privacy.setDeclineActiveList(true); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
NameMap.java | 201 putNameMap(Privacy.NAME,Privacy.class.getName());
|
HeaderFactoryImpl.java | 1513 Privacy privacy = new Privacy(privacyType); local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
ListMap.java | 117 headerListTable.put(Privacy.class,PrivacyList.class);
|
/external/smack/src/org/jivesoftware/smack/packet/ |
Privacy.java | 25 * A Privacy IQ Packet, is used by the {@link org.jivesoftware.smack.PrivacyListManager}
28 * user-defined privacy lists. Different configured Privacy packages are used in the
31 * <li>Retrieving one's privacy lists.
32 * <li>Adding, removing, and editing one's privacy lists.
36 * Privacy Items can handle different kind of blocking communications based on JID, group,
41 public class Privacy extends IQ {
50 /** itemLists holds the set of privacy items classified in lists. It is a map where the
51 * key is the name of the list and the value a collection with privacy items. **/
55 * Set or update a privacy list with privacy items. [all...] |
/build/tools/droiddoc/templates-pdk/ |
customizations.cs | 145 <a href="http://www.google.com/intl/en/policies/" target="_blank">Privacy & Terms</a> -
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
two_client_preferences_sync_test.cc | 250 IN_PROC_BROWSER_TEST_F(TwoClientPreferencesSyncTest, Privacy) {
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.c | 162 ULONG Privacy; 1117 * configuration due to Privacy field mismatch, so use [all...] |
/frameworks/base/docs/html/training/ |
training_toc.cs | 700 <!-- End privacy and location --> [all...] |