Searched refs:actBytes (Results 1 – 3 of 3) sorted by relevance
811 actBytes.reset(e->NewByteArray(1)); in fillNativeNfcTagMembers4()812 e->SetByteArrayRegion(actBytes.get(), 0, 1, in fillNativeNfcTagMembers4()826 actBytes.reset(e->NewByteArray(1)); in fillNativeNfcTagMembers4()834 actBytes.reset(e->NewByteArray(0)); in fillNativeNfcTagMembers4()838 actBytes.reset(e->NewByteArray(1)); in fillNativeNfcTagMembers4()869 actBytes.reset(e->NewByteArray(0)); in fillNativeNfcTagMembers4()894 actBytes.reset(e->NewByteArray(0)); in fillNativeNfcTagMembers4()901 actBytes.reset(e->NewByteArray(1)); in fillNativeNfcTagMembers4()905 actBytes.reset(e->NewByteArray(0)); in fillNativeNfcTagMembers4()916 actBytes.reset(e->NewByteArray(2)); in fillNativeNfcTagMembers4()[all …]
1516 jbyteArray actBytes) { in nativeNfcTag_doIsIsoDepNdefFormatable() argument1522 actBytes); in nativeNfcTag_doIsIsoDepNdefFormatable()
667 byte[] actBytes = mTechActBytes[i]; in getTechExtras()668 if ((actBytes != null) && (actBytes.length > 0)) { in getTechExtras()669 extras.putShort(NfcA.EXTRA_SAK, (short) (actBytes[0] & (short) 0xFF)); in getTechExtras()