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 50 private byte[][] mTechPollBytes;
413 return doIsIsoDepNdefFormatable(mTechPollBytes[0],
663 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]);
673 if (mTechPollBytes[i].length >= 7) {
674 System.arraycopy(mTechPollBytes[i], 0, appData, 0, 4);
675 System.arraycopy(mTechPollBytes[i], 4, protInfo, 0, 3);
686 if (mTechPollBytes[i].length >= 8) {
688 System.arraycopy(mTechPollBytes[i], 0, pmm, 0, 8);
691 if (mTechPollBytes[i].length == 10) {
692 System.arraycopy(mTechPollBytes[i], 8, sc, 0, 2)
    [all...]
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 48 private byte[][] mTechPollBytes;
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[i], 8, sc, 0, 2)
    [all...]

Completed in 539 milliseconds