HomeSort by relevance Sort by last modified time
    Searched refs:privacy (Results 1 - 25 of 37) sorted by null

1 2

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
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...]
PrivacyHeader.java 41 * Privacy Header RFC 3323.
45 * Privacy-hdr = "Privacy" HCOLON priv-value *(";" priv-value)
49 * Privacy: id
62 public final static String NAME = "Privacy";
66 * Set Privacy header value
67 * @param privacy -- privacy type to set.
69 public void setPrivacy(String privacy) throws ParseException;
72 * Get Privacy header valu
    [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/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...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiParser.java 68 boolean privacy = false;
76 privacy = ieee_cap.get(4);
286 if (rsne_found == false && wpa_found == false && privacy) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/
ActionType.java 17 package com.android.tv.settings.device.privacy;
PrivacyActivity.java 17 package com.android.tv.settings.device.privacy;
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_app_browsertest.js 40 assertFalse(isVisible('privacy-section'));
  /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...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 273 assertEquals(bearerData.privacy, BearerData.PRIVACY_CONFIDENTIAL);
320 assertEquals(bearerData.privacy, BearerData.PRIVACY_CONFIDENTIAL);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_multi_adv.c 254 if (btm_cb.ble_ctr_cb.privacy)
298 if (btm_cb.ble_ctr_cb.privacy)
489 ** Description This function enable/disable privacy setting in multi adv
751 if (btm_cb.ble_ctr_cb.privacy &&
btm_ble_int.h 295 BOOLEAN privacy; /* local privacy enabled or disabled */ member in struct:__anon5862
btm_ble_gap.c 573 ** Description This function is called to enable or disable the privacy in
587 if (p_cb->privacy != enable)
589 p_cb->privacy = enable;
591 if (p_cb->privacy)
596 else /* if privacy disabled, always use public address */
602 btm_ble_multi_adv_enb_privacy(p_cb->privacy);
666 ** Returns Return TRUE if local privacy is enabled else FALSE
672 return btm_cb.ble_ctr_cb.privacy;
    [all...]
  /external/chromium_org/chrome/browser/resources/feedback/css/
feedback.css 116 .content #privacy-note {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/
popup.js 6 var pref = chrome.privacy.websites.thirdPartyCookiesAllowed;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.js 6 var pref = chrome.privacy.websites.referrersEnabled;
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 62 int prev_privacy; /* privacy state to restore on deinit */
954 wpa_driver_bsd_set_wpa_internal(void *priv, int wpa, int privacy)
958 wpa_printf(MSG_DEBUG, "%s: wpa=%d privacy=%d",
959 __FUNCTION__, wpa, privacy);
963 if (set80211param(priv, IEEE80211_IOC_PRIVACY, privacy) < 0)
1031 int privacy; local
1082 privacy = !(params->pairwise_suite == WPA_CIPHER_NONE &&
1086 wpa_printf(MSG_DEBUG, "%s: set PRIVACY %u", __func__, privacy);
1088 if (set80211param(drv, IEEE80211_IOC_PRIVACY, privacy) < 0
    [all...]
driver_test.c 57 int privacy; member in struct:test_driver_bss
534 if (bss->privacy) {
535 ret = snprintf(pos, end - pos, " PRIVACY");
1075 dbss->privacy = enabled;
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 138 int privacy; local
153 privacy = hapd->conf->ssid.wep.keys_set;
158 privacy = 1;
161 privacy = 1;
165 privacy = 1;
177 privacy = policy != SECURITY_PLAINTEXT;
179 privacy = 0;
182 if (privacy)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 221 UINT8 privacy; member in union:__anon6146
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 647 /* ---- Privacy ---- */
775 RIL_CDMA_SMS_Privacy privacy; member in struct:__anon42666
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 386 int privacy = 0; local
397 privacy = 1;
403 privacy = 1;
407 privacy = 1;
410 privacy = 1;
413 return privacy;
414 return !privacy;
889 wpa_dbg(wpa_s, MSG_DEBUG, " skip - privacy "
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 30 browser with the same level of security and privacy as traditional web
328 Security and Privacy
341 For additional information about privacy and Chrome, see the `Google Chrome
342 privacy policy`_ and the `Google Chrome Terms of Service`_.
575 .. _Google Chrome privacy policy: https://www.google.com/chrome/intl/en/privacy.html
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 111 * Supported privacy modes for CDMA SMS messages
120 public int privacy = PRIVACY_NOT_RESTRICTED; field in class:BearerData
416 builder.append(", privacy=" + (privacyIndicatorSet ? privacy : "unset"));
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
StorageResetActivity.java 42 import com.android.tv.settings.device.privacy.PrivacyActivity;

Completed in 1583 milliseconds

1 2