Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java351 Intent offHostIntent = mIntentArgumentCaptor.getAllValues().get(1); in testInitialize_filesExist() local
352 Assert.assertEquals(OffHostApduService.SERVICE_INTERFACE, offHostIntent.getAction()); in testInitialize_filesExist()