OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxTransceiveLength
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/core/java/android/nfc/
INfcTag.aidl
50
int
getMaxTransceiveLength
(int technology);
/frameworks/base/core/java/android/nfc/tech/
NfcB.java
100
* <p>Use {@link #
getMaxTransceiveLength
} to retrieve the maximum number of bytes
122
public int
getMaxTransceiveLength
() {
NfcV.java
100
* <p>Use {@link #
getMaxTransceiveLength
} to retrieve the maximum amount of bytes
123
public int
getMaxTransceiveLength
() {
IsoDep.java
157
* <p>Use {@link #
getMaxTransceiveLength
} to retrieve the maximum number of bytes
179
public int
getMaxTransceiveLength
() {
NfcA.java
105
* <p>Use {@link #
getMaxTransceiveLength
} to retrieve the maximum number of bytes
127
public int
getMaxTransceiveLength
() {
NfcF.java
104
* <p>Use {@link #
getMaxTransceiveLength
} to retrieve the maximum amount of bytes
126
public int
getMaxTransceiveLength
() {
MifareUltralight.java
203
* <p>Use {@link #
getMaxTransceiveLength
} to retrieve the maximum number of bytes
222
public int
getMaxTransceiveLength
() {
BasicTagTechnology.java
132
/** Internal
getMaxTransceiveLength
() */
135
return mTag.getTagService().
getMaxTransceiveLength
(mSelectedTechnology);
MifareClassic.java
563
* <p>Use {@link #
getMaxTransceiveLength
} to retrieve the maximum number of bytes
582
public int
getMaxTransceiveLength
() {
/packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java
198
int
getMaxTransceiveLength
(int technology);
NfcService.java
874
if (data.length >
getMaxTransceiveLength
(tag.getConnectedTechnology())) {
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcManager.java
222
public int
getMaxTransceiveLength
(int technology) {
/prebuilt/sdk/14/
android.jar
Completed in 48 milliseconds