Home
last modified time | relevance | path

Searched refs:mDataBytes (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/
H A DBlockData.java33 private final ByteBuffer mDataBytes; field in BlockData
43 mDataBytes = Objects.requireNonNull(dataBytes); in BlockData()
48 return mDataBytes.duplicate(); in getByteBuffer()
53 return mDataBytes.get(byteOffset); in getByte()
58 return mDataBytes.get(byteOffset) & 0xFF; in getUnsignedByte()
63 return mDataBytes.getChar(byteOffset); in getChar()
68 return mDataBytes.getInt(byteOffset); in getInt()
73 return mDataBytes.getLong(byteOffset); in getLong()
91 bytes[i] = mDataBytes.get(byteOffset + i); in getBytes()
131 return mDataBytes.limit(); in getSize()
[all …]
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
H A DAsn1Node.java208 private @Nullable byte[] mDataBytes; field in Asn1Node
248 mDataBytes = src; in Asn1Node()
373 if (mDataBytes != null) { in getChildren()
378 mDataBytes = null; in getChildren()
398 if (mDataBytes == null) { in asInteger()
417 if (mDataBytes == null) { in asRawLong()
435 if (mDataBytes == null) { in asString()
453 if (mDataBytes == null) { in asBytes()
477 if (mDataBytes == null) { in asBits()
500 if (mDataBytes == null) { in asBoolean()
[all …]