/frameworks/base/core/java/android/nfc/tech/ |
D | MifareClassic.java | 395 if (transceive(cmd, false) != null) { in authenticate() 425 return transceive(cmd, false); in readBlock() 454 transceive(cmd, false); in writeBlock() 482 transceive(cmd.array(), false); in increment() 510 transceive(cmd.array(), false); in decrement() 532 transceive(cmd, false); in transfer() 554 transceive(cmd, false); in restore() 575 public byte[] transceive(byte[] data) throws IOException { in transceive() method in MifareClassic 576 return transceive(data, true); in transceive()
|
D | MifareUltralight.java | 164 return transceive(cmd, false); in readPages() 193 transceive(cmd, false); in writePage() 214 public byte[] transceive(byte[] data) throws IOException { in transceive() method in MifareUltralight 215 return transceive(data, true); in transceive()
|
D | NfcV.java | 114 public byte[] transceive(byte[] data) throws IOException { in transceive() method in NfcV 115 return transceive(data, true); in transceive()
|
D | NfcB.java | 114 public byte[] transceive(byte[] data) throws IOException { in transceive() method in NfcB 115 return transceive(data, true); in transceive()
|
D | NfcA.java | 119 public byte[] transceive(byte[] data) throws IOException { in transceive() method in NfcA 120 return transceive(data, true); in transceive()
|
D | NfcF.java | 118 public byte[] transceive(byte[] data) throws IOException { in transceive() method in NfcF 119 return transceive(data, true); in transceive()
|
D | IsoDep.java | 171 public byte[] transceive(byte[] data) throws IOException { in transceive() method in IsoDep 172 return transceive(data, true); in transceive()
|
D | BasicTagTechnology.java | 142 byte[] transceive(byte[] data, boolean raw) throws IOException { in transceive() method in BasicTagTechnology 146 TransceiveResult result = mTag.getTagService().transceive(mTag.getServiceHandle(), in transceive()
|
/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
D | NfcExecutionEnvironment.java | 201 public byte[] transceive(byte[] in) throws IOException { in transceive() method in NfcExecutionEnvironment 204 b = mExtras.getService().transceive(mExtras.mPackageName, in); in transceive()
|
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/ |
D | BasicNfcEeTest.java | 60 byte[] out = mEe.transceive(SELECT_CARD_MANAGER_COMMAND); in testSendCardManagerApdu() 79 byte[] out = mEe.transceive(SELECT_CARD_MANAGER_COMMAND); in testSendCardManagerApduMultiple()
|
/frameworks/base/core/java/android/nfc/ |
D | INfcAdapterExtras.aidl | 28 Bundle transceive(in String pkg, in byte[] data_in); in transceive() method
|
D | INfcTag.aidl | 34 TransceiveResult transceive(int nativeHandle, in byte[] data, boolean raw); in transceive() method
|
/frameworks/base/api/ |
D | system-current.txt | 20109 method public byte[] transceive(byte[]) throws java.io.IOException; 20130 method public byte[] transceive(byte[]) throws java.io.IOException; 20154 method public byte[] transceive(byte[]) throws java.io.IOException; 20192 method public byte[] transceive(byte[]) throws java.io.IOException; 20200 method public byte[] transceive(byte[]) throws java.io.IOException; 20218 method public byte[] transceive(byte[]) throws java.io.IOException; 20226 method public byte[] transceive(byte[]) throws java.io.IOException;
|
D | current.txt | 18529 method public byte[] transceive(byte[]) throws java.io.IOException; 18550 method public byte[] transceive(byte[]) throws java.io.IOException; 18574 method public byte[] transceive(byte[]) throws java.io.IOException; 18612 method public byte[] transceive(byte[]) throws java.io.IOException; 18620 method public byte[] transceive(byte[]) throws java.io.IOException; 18638 method public byte[] transceive(byte[]) throws java.io.IOException; 18646 method public byte[] transceive(byte[]) throws java.io.IOException;
|