Home
last modified time | relevance | path

Searched refs:constructed (Results 1 – 5 of 5) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1Tag.java97 public void writeTagAndLength(ByteBuffer buf, boolean constructed, int valueLength) { in writeTagAndLength() argument
98 this.writeTag(buf, constructed); in writeTagAndLength()
102 private void writeTag(ByteBuffer buf, boolean constructed) { in writeTag() argument
106 if (constructed) { in writeTag()
DAsn1Choice.java44 public void writeTagAndLength(ByteBuffer buf, boolean constructed, int valueLength) {
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DREADME2 The entire libs/ directory is built and constructed automatically with
/cts/hostsidetests/compilation/assets/
DREADME.txt14 manually constructed for AppUsedByOtherApp. The latter one should be a superset
/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseTelecomTestWithMockServices.java1889 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"