Searched refs:getMaxTransceiveLength (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl47 int getMaxTransceiveLength(int technology);
/frameworks/base/core/java/android/nfc/tech/
H A DNfcB.java100 * <p>Use {@link #getMaxTransceiveLength} to retrieve the maximum number of bytes
122 public int getMaxTransceiveLength() { method in class:NfcB
H A DNfcV.java100 * <p>Use {@link #getMaxTransceiveLength} to retrieve the maximum amount of bytes
123 public int getMaxTransceiveLength() { method in class:NfcV
H A DIsoDep.java157 * <p>Use {@link #getMaxTransceiveLength} to retrieve the maximum number of bytes
179 public int getMaxTransceiveLength() { method in class:IsoDep
H A DNfcA.java105 * <p>Use {@link #getMaxTransceiveLength} to retrieve the maximum number of bytes
127 public int getMaxTransceiveLength() { method in class:NfcA
H A DNfcF.java104 * <p>Use {@link #getMaxTransceiveLength} to retrieve the maximum amount of bytes
126 public int getMaxTransceiveLength() { method in class:NfcF
H A DMifareUltralight.java203 * <p>Use {@link #getMaxTransceiveLength} to retrieve the maximum number of bytes
222 public int getMaxTransceiveLength() { method in class:MifareUltralight
H A DBasicTagTechnology.java132 /** Internal getMaxTransceiveLength() */
135 return mTag.getTagService().getMaxTransceiveLength(mSelectedTechnology);
H A DMifareClassic.java564 * <p>Use {@link #getMaxTransceiveLength} to retrieve the maximum number of bytes
583 public int getMaxTransceiveLength() { method in class:MifareClassic

Completed in 49 milliseconds