HomeSort by relevance Sort by last modified time
    Searched defs:Privacy (Results 1 - 3 of 3) sorted by null

  /frameworks/base/cmds/incidentd/src/
Privacy.h 33 * privacy options's data structure are explicitly redefined here and
36 * Each proto field will have a Privacy when it is different from its parent, otherwise
37 * it uses its parent's tag. A message type will have an array of Privacy.
39 struct Privacy {
47 // otherwise it is a message field which could have overridden privacy tags here.
49 Privacy** children;
51 // DESTINATION Enum in frameworks/base/core/proto/android/privacy.proto.
61 uint64_t encode_field_id(const Privacy* p);
64 const Privacy* lookup(const Privacy* p, uint32_t fieldId)
    [all...]
  /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/wpa_supplicant_8/src/drivers/
driver_ndis.c 163 ULONG Privacy;
1105 * configuration due to Privacy field mismatch, so use
    [all...]

Completed in 1054 milliseconds