Searched refs:mTechActBytes (Results 1 – 1 of 1) sorted by relevance
49 private byte[][] mTechActBytes; field in NativeNfcTag428 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()