Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java586 String newOffHostValue = "newOffhostValue"; in testSetOffhostSecureElement_existingService_correctUid_nonNullSE() local
589 SERVICE_UID, WALLET_HOLDER_SERVICE_COMPONENT, newOffHostValue)); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
605 verify(apduServiceInfos.get(1)).setOffHostSecureElement(eq(newOffHostValue)); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
621 Assert.assertEquals(newOffHostValue, dynamicSettings.offHostSE); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()