Searched refs:mTechPollBytes (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 50 private byte[][] mTechPollBytes; field in NativeNfcTag 424 return doIsIsoDepNdefFormatable(mTechPollBytes[0], in isNdefFormatable() 674 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]); in getTechExtras() 684 if (mTechPollBytes[i].length >= 7) { in getTechExtras() 685 System.arraycopy(mTechPollBytes[i], 0, appData, 0, 4); in getTechExtras() 686 System.arraycopy(mTechPollBytes[i], 4, protInfo, 0, 3); in getTechExtras() 697 if (mTechPollBytes[i].length >= 8) { in getTechExtras() 699 System.arraycopy(mTechPollBytes[i], 0, pmm, 0, 8); in getTechExtras() 702 if (mTechPollBytes[i].length == 10) { in getTechExtras() 703 System.arraycopy(mTechPollBytes[i], 8, sc, 0, 2); in getTechExtras() [all …]
|