Home
last modified time | relevance | path

Searched refs:encodeConstrainedLengthOfBytes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
H A DAsn1OctetString.java107 return PerAlignedUtils.encodeConstrainedLengthOfBytes( in encodePerImpl()
110 return PerUnalignedUtils.encodeConstrainedLengthOfBytes( in encodePerImpl()
H A DPerUnalignedUtils.java122 public static Iterable<BitStream> encodeConstrainedLengthOfBytes( in encodeConstrainedLengthOfBytes() method in PerUnalignedUtils
H A DPerAlignedUtils.java161 public static Iterable<BitStream> encodeConstrainedLengthOfBytes( in encodeConstrainedLengthOfBytes() method in PerAlignedUtils
H A DAsn1Integer.java68 return PerAlignedUtils.encodeConstrainedLengthOfBytes( in encodeNormalizedIntegerWithRangeAligned()