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 413 return doIsIsoDepNdefFormatable(mTechPollBytes[0], in isNdefFormatable() 663 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]); in getTechExtras() 673 if (mTechPollBytes[i].length >= 7) { in getTechExtras() 674 System.arraycopy(mTechPollBytes[i], 0, appData, 0, 4); in getTechExtras() 675 System.arraycopy(mTechPollBytes[i], 4, protInfo, 0, 3); in getTechExtras() 686 if (mTechPollBytes[i].length >= 8) { in getTechExtras() 688 System.arraycopy(mTechPollBytes[i], 0, pmm, 0, 8); in getTechExtras() 691 if (mTechPollBytes[i].length == 10) { in getTechExtras() 692 System.arraycopy(mTechPollBytes[i], 8, sc, 0, 2); in getTechExtras() [all …]
|