Searched refs:TYPE_NONE (Results 1 – 14 of 14) sorted by relevance
13 public static final byte TYPE_NONE = -1; field in TypedElement14 private byte type = TYPE_NONE;52 if ((label == null && type == TYPE_NONE) || (label != null && type != TYPE_NONE)) { in validate()
57 private byte priority = TypedElement.TYPE_NONE;63 private byte sensitivity = TypedElement.TYPE_NONE;490 priority = TypedElement.TYPE_NONE; in clear()491 sensitivity = TypedElement.TYPE_NONE; in clear()
23 public static final byte TYPE_NONE = -1; field in ContactsElement24 private byte type = TYPE_NONE;67 if ((label == null && type == TYPE_NONE) || (label != null && type != TYPE_NONE)) { in validate()
43 public static final byte TYPE_NONE = 0; field in Who85 private byte type = TYPE_NONE;
84 a->arg[a->count++].type = TYPE_NONE; \ in printf_parse()85 if (a->arg[n].type == TYPE_NONE) \ in printf_parse()453 type = TYPE_NONE; in printf_parse()461 if (type != TYPE_NONE) in printf_parse()
39 TYPE_NONE, enumerator
107 a->arg[a->count++].type = TYPE_NONE; \ in PRINTF_PARSE()108 if (a->arg[n].type == TYPE_NONE) \ in PRINTF_PARSE()477 type = TYPE_NONE; in PRINTF_PARSE()485 if (type != TYPE_NONE) in PRINTF_PARSE()
42 TYPE_NONE, enumerator
288 boolean hasType = type != TypedElement.TYPE_NONE; in serializeTypedElement()368 if (element.getType() != TypedElement.TYPE_NONE) { in shouldSerialize()521 if (value == TypedElement.TYPE_NONE) return; in serializeElement()
189 boolean hasType = element.getType() != ContactsElement.TYPE_NONE; in serializeContactsElement()
277 byte type = Who.TYPE_NONE; in handleWho()
311 case Who.TYPE_NONE: in serializeWho()
57 TYPE_NONE, enumerator192 return TYPE_NONE; in select_service()1298 if (client->type == TYPE_NONE) { in handle_getcapabilities_req()
530 return TypedElement.TYPE_NONE; in relToType()