Home
last modified time | relevance | path

Searched defs:dynamicSettings (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java617 RegisteredServicesCache.DynamicSettings dynamicSettings in testSetOffhostSecureElement_existingService_correctUid_nonNullSE() local
702 RegisteredServicesCache.DynamicSettings dynamicSettings in testResetOffhostSecureElement_existingService_correctUid() local
989 RegisteredServicesCache.DynamicSettings dynamicSettings in testRegisterAidGroupForService_existingService_correctUid() local
1102 RegisteredServicesCache.DynamicSettings dynamicSettings in testRemoveAidGroupForService_existingService_correctUid() local
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredServicesCache.java146 final HashMap<ComponentName, DynamicSettings> dynamicSettings = field in RegisteredServicesCache.UserServices
241 RegisteredServicesCache(Context context, Callback callback, SettingsFile dynamicSettings, in RegisteredServicesCache()
503 DynamicSettings dynamicSettings = entry.getValue(); in invalidateCache() local