Searched refs:mDataBytes (Results 1 – 1 of 1) sorted by relevance
208 private @Nullable byte[] mDataBytes; field in Asn1Node248 mDataBytes = src; in Asn1Node()373 if (mDataBytes != null) { in getChildren()374 Asn1Decoder subDecoder = new Asn1Decoder(mDataBytes, mDataOffset, mDataLength); in getChildren()378 mDataBytes = null; in getChildren()386 return !mConstructed && mDataBytes != null; in hasValue()398 if (mDataBytes == null) { in asInteger()402 return IccUtils.bytesToInt(mDataBytes, mDataOffset, mDataLength); in asInteger()417 if (mDataBytes == null) { in asRawLong()421 return IccUtils.bytesToRawLong(mDataBytes, mDataOffset, mDataLength); in asRawLong()[all …]