/frameworks/base/nfc/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 | NfcB.java | 114 public byte[] transceive(byte[] data) throws IOException { in transceive() method in NfcB 115 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 | 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 | 123 public byte[] transceive(byte[] data) throws IOException { in transceive() method in NfcF 124 return transceive(data, true); in transceive()
|
D | IsoDep.java | 174 public byte[] transceive(byte[] data) throws IOException { in transceive() method in IsoDep 175 return transceive(data, true); in transceive()
|
D | BasicTagTechnology.java | 145 byte[] transceive(byte[] data, boolean raw) throws IOException { in transceive() method in BasicTagTechnology 149 TransceiveResult result = mTag.getTagService().transceive(mTag.getServiceHandle(), in transceive()
|
/frameworks/base/nfc/api/ |
D | module-lib-lint-baseline.txt | 25 RequiresPermission: android.nfc.tech.IsoDep#transceive(byte[]): 26 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 43 RequiresPermission: android.nfc.tech.MifareClassic#transceive(byte[]): 44 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 55 RequiresPermission: android.nfc.tech.MifareUltralight#transceive(byte[]): 56 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 75 RequiresPermission: android.nfc.tech.NfcA#transceive(byte[]): 76 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 77 RequiresPermission: android.nfc.tech.NfcB#transceive(byte[]): 78 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission [all …]
|
D | lint-baseline.txt | 30 RequiresPermission: android.nfc.tech.IsoDep#transceive(byte[]): 31 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 48 RequiresPermission: android.nfc.tech.MifareClassic#transceive(byte[]): 49 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 60 RequiresPermission: android.nfc.tech.MifareUltralight#transceive(byte[]): 61 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 80 RequiresPermission: android.nfc.tech.NfcA#transceive(byte[]): 81 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 82 RequiresPermission: android.nfc.tech.NfcB#transceive(byte[]): 83 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission [all …]
|
D | system-lint-baseline.txt | 32 RequiresPermission: android.nfc.tech.IsoDep#transceive(byte[]): 33 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 50 RequiresPermission: android.nfc.tech.MifareClassic#transceive(byte[]): 51 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 62 RequiresPermission: android.nfc.tech.MifareUltralight#transceive(byte[]): 63 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 82 RequiresPermission: android.nfc.tech.NfcA#transceive(byte[]): 83 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 84 RequiresPermission: android.nfc.tech.NfcB#transceive(byte[]): 85 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission [all …]
|
D | current.txt | 305 method public byte[] transceive(byte[]) throws java.io.IOException; 330 method public byte[] transceive(byte[]) throws java.io.IOException; 358 method public byte[] transceive(byte[]) throws java.io.IOException; 408 method public byte[] transceive(byte[]) throws java.io.IOException; 420 method public byte[] transceive(byte[]) throws java.io.IOException; 446 method public byte[] transceive(byte[]) throws java.io.IOException; 458 method public byte[] transceive(byte[]) throws java.io.IOException;
|
/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/nfc/java/android/nfc/ |
D | INfcTag.aidl | 33 TransceiveResult transceive(int nativeHandle, in byte[] data, boolean raw); in transceive() method
|
D | INfcAdapterExtras.aidl | 31 Bundle transceive(in String pkg, in byte[] data_in); in transceive() method
|
/frameworks/base/nfc-extras/api/ |
D | current.txt | 56 method public byte[] transceive(byte[]) throws java.io.IOException;
|
/frameworks/base/core/api/ |
D | test-lint-baseline.txt | 1098 RequiresPermission: android.nfc.tech.IsoDep#transceive(byte[]): 1099 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 1116 RequiresPermission: android.nfc.tech.MifareClassic#transceive(byte[]): 1117 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 1128 RequiresPermission: android.nfc.tech.MifareUltralight#transceive(byte[]): 1129 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 1148 RequiresPermission: android.nfc.tech.NfcA#transceive(byte[]): 1149 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 1150 RequiresPermission: android.nfc.tech.NfcB#transceive(byte[]): 1151 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18527 method public byte[] transceive(byte[]) throws java.io.IOException; 18548 method public byte[] transceive(byte[]) throws java.io.IOException; 18572 method public byte[] transceive(byte[]) throws java.io.IOException; 18610 method public byte[] transceive(byte[]) throws java.io.IOException; 18618 method public byte[] transceive(byte[]) throws java.io.IOException; 18636 method public byte[] transceive(byte[]) throws java.io.IOException; 18644 method public byte[] transceive(byte[]) throws java.io.IOException;
|