Searched refs:mTechPollBytes (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java48 private byte[][] mTechPollBytes; field in class:NativeNfcTag
396 return doIsIsoDepNdefFormatable(mTechPollBytes[0],
646 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]);
656 if (mTechPollBytes[i].length >= 7) {
657 System.arraycopy(mTechPollBytes[i], 0, appData, 0, 4);
658 System.arraycopy(mTechPollBytes[i], 4, protInfo, 0, 3);
669 if (mTechPollBytes[i].length >= 8) {
671 System.arraycopy(mTechPollBytes[i], 0, pmm, 0, 8);
674 if (mTechPollBytes[i].length == 10) {
675 System.arraycopy(mTechPollBytes[
[all...]
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java47 private byte[][] mTechPollBytes; field in class:NativeNfcTag
397 return doIsIsoDepNdefFormatable(mTechPollBytes[nfcaTechIndex],
641 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]);
651 if (mTechPollBytes[i].length >= 7) {
652 System.arraycopy(mTechPollBytes[i], 0, appData, 0, 4);
653 System.arraycopy(mTechPollBytes[i], 4, protInfo, 0, 3);
664 if (mTechPollBytes[i].length >= 8) {
666 System.arraycopy(mTechPollBytes[i], 0, pmm, 0, 8);
669 if (mTechPollBytes[i].length == 10) {
670 System.arraycopy(mTechPollBytes[
[all...]

Completed in 110 milliseconds