Home
last modified time | relevance | path

Searched refs:sCurrentCommandApduProcessor (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Nfc/NfcNci/tests/testcases/src/android/nfc/test/
DSecondHostApduService.java19 import static android.nfc.test.TestUtils.sCurrentCommandApduProcessor;
38 if (sCurrentCommandApduProcessor != null) { in processCommandApdu()
39 return sCurrentCommandApduProcessor.processCommandApdu(this.getClass().getName(), in processCommandApdu()
DCustomHostApduService.java19 import static android.nfc.test.TestUtils.sCurrentCommandApduProcessor;
38 if (sCurrentCommandApduProcessor != null) { in processCommandApdu()
39 return sCurrentCommandApduProcessor.processCommandApdu(this.getClass().getName(), in processCommandApdu()
DObserveModeTests.java133 TestUtils.sCurrentCommandApduProcessor = in testInterleavePlfAndAid()
147 TestUtils.sCurrentCommandApduProcessor = in testInterleavePlfAndAid()
191 TestUtils.sCurrentCommandApduProcessor = in testInterleavePlfSecondServiceAndAid()
209 TestUtils.sCurrentCommandApduProcessor = in testInterleavePlfSecondServiceAndAid()
DTestUtils.java215 static CommandApduProcessor sCurrentCommandApduProcessor = null; field in TestUtils