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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java50 private byte[][] mTechPollBytes; field in class:NativeNfcTag
408 return doIsIsoDepNdefFormatable(mTechPollBytes[0],
658 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]);
668 if (mTechPollBytes[i].length >= 7) {
669 System.arraycopy(mTechPollBytes[i], 0, appData, 0, 4);
670 System.arraycopy(mTechPollBytes[i], 4, protInfo, 0, 3);
681 if (mTechPollBytes[i].length >= 8) {
683 System.arraycopy(mTechPollBytes[i], 0, pmm, 0, 8);
686 if (mTechPollBytes[i].length == 10) {
687 System.arraycopy(mTechPollBytes[
[all...]
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java48 private byte[][] mTechPollBytes; field in class:NativeNfcTag
410 return doIsIsoDepNdefFormatable(mTechPollBytes[nfcaTechIndex],
654 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]);
664 if (mTechPollBytes[i].length >= 7) {
665 System.arraycopy(mTechPollBytes[i], 0, appData, 0, 4);
666 System.arraycopy(mTechPollBytes[i], 4, protInfo, 0, 3);
677 if (mTechPollBytes[i].length >= 8) {
679 System.arraycopy(mTechPollBytes[i], 0, pmm, 0, 8);
682 if (mTechPollBytes[i].length == 10) {
683 System.arraycopy(mTechPollBytes[
[all...]

Completed in 13 milliseconds