HomeSort by relevance Sort by last modified time
    Searched refs:mTechPollBytes (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 48 private byte[][] mTechPollBytes;
394 return doIsIsoDepNdefFormatable(mTechPollBytes[0],
644 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]);
654 if (mTechPollBytes[i].length >= 7) {
655 System.arraycopy(mTechPollBytes[i], 0, appData, 0, 4);
656 System.arraycopy(mTechPollBytes[i], 4, protInfo, 0, 3);
667 if (mTechPollBytes[i].length >= 8) {
669 System.arraycopy(mTechPollBytes[i], 0, pmm, 0, 8);
672 if (mTechPollBytes[i].length == 10) {
673 System.arraycopy(mTechPollBytes[i], 8, sc, 0, 2)
    [all...]
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 47 private byte[][] mTechPollBytes;
398 return doIsIsoDepNdefFormatable(mTechPollBytes[nfcaTechIndex],
642 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]);
652 if (mTechPollBytes[i].length >= 7) {
653 System.arraycopy(mTechPollBytes[i], 0, appData, 0, 4);
654 System.arraycopy(mTechPollBytes[i], 4, protInfo, 0, 3);
665 if (mTechPollBytes[i].length >= 8) {
667 System.arraycopy(mTechPollBytes[i], 0, pmm, 0, 8);
670 if (mTechPollBytes[i].length == 10) {
671 System.arraycopy(mTechPollBytes[i], 8, sc, 0, 2)
    [all...]

Completed in 28 milliseconds