Searched refs:constructed (Results 1 – 5 of 5) sorted by relevance
97 public void writeTagAndLength(ByteBuffer buf, boolean constructed, int valueLength) { in writeTagAndLength() argument98 this.writeTag(buf, constructed); in writeTagAndLength()102 private void writeTag(ByteBuffer buf, boolean constructed) { in writeTag() argument106 if (constructed) { in writeTag()
44 public void writeTagAndLength(ByteBuffer buf, boolean constructed, int valueLength) {
2 The entire libs/ directory is built and constructed automatically with
14 manually constructed for AppUsedByOtherApp. The latter one should be a superset
1889 void assertCallDetailsConstructed(Call mCall, boolean constructed) {1894 return constructed;1903 constructed ? "Call Details should be constructed"1908 void assertCallGatewayConstructed(Call mCall, boolean constructed) {1913 return constructed;1923 constructed ? "Call Gateway should be constructed"