OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Privacy
(Results
1 - 3
of
3
) sorted by null
/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
...]
/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
...]
/external/wpa_supplicant_8/src/drivers/
driver_ndis.c
162
ULONG
Privacy
;
1117
* configuration due to
Privacy
field mismatch, so use
[
all
...]
Completed in 98 milliseconds