Home
last modified time | relevance | path

Searched refs:asyncWaitForTestPass (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/hostsidetests/multidevices/nfc/
H A Dcts_nfc_hce_multi_device_test.py194 test_pass_handler = handler_snippet.asyncWaitForTestPass('ApduSuccess')
733 test_pass_handler = self.emulator.nfc_emulator.asyncWaitForTestPass(
776 test_pass_handler = self.emulator.nfc_emulator.asyncWaitForTestPass(
881 test_pass_handler = self.emulator.nfc_emulator.asyncWaitForTestPass(
915 test_pass_handler = self.emulator.nfc_emulator.asyncWaitForTestPass(
930 test_pass_handler = self.emulator.nfc_emulator.asyncWaitForTestPass(
964 test_pass_handler = self.emulator.nfc_emulator.asyncWaitForTestPass(
1011 test_pass_handler = self.reader.nfc_reader.asyncWaitForTestPass(
/aosp_15_r20/packages/apps/Nfc/testutils/src/com/android/nfc/reader/
DNfcReaderDeviceSnippet.java411 public void asyncWaitForTestPass(String callbackId, String eventName) { in asyncWaitForTestPass() method in NfcReaderDeviceSnippet
/aosp_15_r20/packages/apps/Nfc/testutils/src/com/android/nfc/emulator/
DNfcEmulatorDeviceSnippet.java447 public void asyncWaitForTestPass(String callbackId, String eventName) { in asyncWaitForTestPass() method in NfcEmulatorDeviceSnippet