Searched refs:ACTION_TEST_SUCCESS (Results 1 – 2 of 2) sorted by relevance
31 static String ACTION_TEST_SUCCESS = "success"; field in HceFEmulatorActivity41 if (ACTION_TEST_SUCCESS.equals(action)) {60 IntentFilter filter = new IntentFilter(ACTION_TEST_SUCCESS); in onResume()
81 Intent successIntent = new Intent(HceFEmulatorActivity.ACTION_TEST_SUCCESS); in processNfcFPacket()