Searched refs:EMPTY_NODE_LIST (Results 1 – 1 of 1) sorted by relevance
36 private static final List<Asn1Node> EMPTY_NODE_LIST = Collections.emptyList(); field in Asn1Node251 mChildren = mConstructed ? new ArrayList<Asn1Node>() : EMPTY_NODE_LIST; in Asn1Node()343 return EMPTY_NODE_LIST; in getChildren()348 return EMPTY_NODE_LIST; in getChildren()358 return output.isEmpty() ? EMPTY_NODE_LIST : output; in getChildren()370 return EMPTY_NODE_LIST; in getChildren()