Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredT3tIdentifiersCacheTest.java70 private static final ComponentName NON_PAYMENT_SERVICE_COMPONENT = field in RegisteredT3tIdentifiersCacheTest
99 when(mNfcFServiceInfo.getComponent()).thenReturn(NON_PAYMENT_SERVICE_COMPONENT); in setUp()
239 cache.onEnabledForegroundNfcFServiceChanged(USER_ID, NON_PAYMENT_SERVICE_COMPONENT); in testOnEnabledForegroundNfcFServiceChangedCase3()
241 Assert.assertEquals(NON_PAYMENT_SERVICE_COMPONENT, cache.mEnabledForegroundService); in testOnEnabledForegroundNfcFServiceChangedCase3()
262 cache.onEnabledForegroundNfcFServiceChanged(USER_ID, NON_PAYMENT_SERVICE_COMPONENT); in testOnEnabledForegroundNfcFServiceChangedCase4()
DRegisteredServicesCacheTest.java106 private static final ComponentName NON_PAYMENT_SERVICE_COMPONENT = field in RegisteredServicesCacheTest
311 Assert.assertTrue(userServices.dynamicSettings.containsKey(NON_PAYMENT_SERVICE_COMPONENT)); in testInitialize_filesExist()
327 userServices.dynamicSettings.get(NON_PAYMENT_SERVICE_COMPONENT); in testInitialize_filesExist()