Home
last modified time | relevance | path

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

/packages/apps/Nfc/testutils/src/com/android/nfc/reader/
DBaseReaderActivity.java28 protected static final String ACTION_TEST_PASSED = field in BaseReaderActivity
32 Intent intent = new Intent(ACTION_TEST_PASSED); in setTestPassed()
DNfcReaderDeviceSnippet.java413 callbackId, eventName, BaseReaderActivity.ACTION_TEST_PASSED); in asyncWaitForTestPass()
/packages/apps/Nfc/testutils/src/com/android/nfc/emulator/
DBaseEmulatorActivity.java71 protected static final String ACTION_TEST_PASSED = PACKAGE_NAME + ".ACTION_TEST_PASSED"; field in BaseEmulatorActivity
259 Intent intent = new Intent(ACTION_TEST_PASSED); in setTestPassed()
DNfcEmulatorDeviceSnippet.java410 callbackId, eventName, BaseEmulatorActivity.ACTION_TEST_PASSED); in asyncWaitForTestPass()