Searched refs:mTechPollBytes (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 48 private byte[][] mTechPollBytes; field in NativeNfcTag 428 return doIsIsoDepNdefFormatable(mTechPollBytes[0], mTechActBytes[0]); in isNdefFormatable() 699 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]); in getTechExtras() 709 if (mTechPollBytes[i].length >= 7) { in getTechExtras() 710 System.arraycopy(mTechPollBytes[i], 0, appData, 0, 4); in getTechExtras() 711 System.arraycopy(mTechPollBytes[i], 4, protInfo, 0, 3); in getTechExtras() 721 if (mTechPollBytes[i].length >= 8) { in getTechExtras() 723 System.arraycopy(mTechPollBytes[i], 0, pmm, 0, 8); in getTechExtras() 726 if (mTechPollBytes[i].length == 10) { in getTechExtras() 727 System.arraycopy(mTechPollBytes[i], 8, sc, 0, 2); in getTechExtras() [all …]
|