Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java628 RegisteredServicesCache.DynamicSettings dynamicSettings in testSetOffhostSecureElement_existingService_correctUid_nonNullSE() local
706 RegisteredServicesCache.DynamicSettings dynamicSettings in testResetOffhostSecureElement_existingService_correctUid() local
788 RegisteredServicesCache.DynamicSettings dynamicSettings = services.dynamicSettings in testRegisterPollingLoopFilterForService_existingService_correctUid() local
865 RegisteredServicesCache.DynamicSettings dynamicSettings = services.dynamicSettings in testRegisterPollingLoopPatternFilterForService_existingService_correctUid() local
966 RegisteredServicesCache.DynamicSettings dynamicSettings in testRegisterAidGroupForService_existingService_correctUid() local
1068 RegisteredServicesCache.DynamicSettings dynamicSettings in testRemoveAidGroupForService_existingService_correctUid() local
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DRegisteredServicesCache.java160 final HashMap<ComponentName, DynamicSettings> dynamicSettings = field in RegisteredServicesCache.UserServices
255 RegisteredServicesCache(Context context, Callback callback, SettingsFile dynamicSettings, in RegisteredServicesCache()
596 DynamicSettings dynamicSettings = entry.getValue(); in invalidateCache() local
1246 DynamicSettings dynamicSettings = in registerPollingLoopFilterForService() local
1277 DynamicSettings dynamicSettings = in removePollingLoopFilterForService() local
1311 DynamicSettings dynamicSettings = in registerPollingLoopPatternFilterForService() local
1342 DynamicSettings dynamicSettings = in removePollingLoopPatternFilterForService() local
/packages/modules/Nfc/NfcNci/NfcMigration/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheMigration.java94 final HashMap<ComponentName, DynamicSettings> dynamicSettings = field in RegisteredServicesCacheMigration.UserServices
215 DynamicSettings dynamicSettings = entry.getValue(); in handleMigrationDynamicSettings() local