Searched refs:sCurrentCommandApduProcessor (Results 1 – 4 of 4) sorted by relevance
19 import static android.nfc.test.TestUtils.sCurrentCommandApduProcessor;38 if (sCurrentCommandApduProcessor != null) { in processCommandApdu()39 return sCurrentCommandApduProcessor.processCommandApdu(this.getClass().getName(), in processCommandApdu()
133 TestUtils.sCurrentCommandApduProcessor = in testInterleavePlfAndAid()147 TestUtils.sCurrentCommandApduProcessor = in testInterleavePlfAndAid()191 TestUtils.sCurrentCommandApduProcessor = in testInterleavePlfSecondServiceAndAid()209 TestUtils.sCurrentCommandApduProcessor = in testInterleavePlfSecondServiceAndAid()
215 static CommandApduProcessor sCurrentCommandApduProcessor = null; field in TestUtils