Home
last modified time | relevance | path

Searched refs:mTechActBytes (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java49 private byte[][] mTechActBytes; field in NativeNfcTag
428 return doIsIsoDepNdefFormatable(mTechPollBytes[0], mTechActBytes[0]); in isNdefFormatable()
692 if ((mTechActBytes[i] != null) && (mTechActBytes[i].length > 0)) { in getTechExtras()
694 (short) (mTechActBytes[i][0] & (short) 0xFF)); in getTechExtras()
734 extras.putByteArray(IsoDep.EXTRA_HIST_BYTES, mTechActBytes[i]); in getTechExtras()
736 extras.putByteArray(IsoDep.EXTRA_HI_LAYER_RESP, mTechActBytes[i]); in getTechExtras()
757 if ((mTechActBytes[i] != null) && (mTechActBytes[i].length > 0)) { in getTechExtras()
759 (short) (mTechActBytes[i][0] & (short) 0xFF)); in getTechExtras()