Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/NfcMigration/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheMigration.java59 static final String AID_XML_PATH = "dynamic_aids.xml"; field in RegisteredServicesCacheMigration
143 SettingsFile dynamicSettingsFile = new SettingsFile(context, AID_XML_PATH); in RegisteredServicesCacheMigration()
149 dynamicSettingsFile = new SettingsFile(ceContext, AID_XML_PATH); in RegisteredServicesCacheMigration()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java277 assertEquals(DIR + RegisteredServicesCache.AID_XML_PATH, in testConstructor()
296 .open(RegisteredServicesCache.AID_XML_PATH); in testInitialize_filesExist()
590 .open(RegisteredServicesCache.AID_XML_PATH); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
667 .open(RegisteredServicesCache.AID_XML_PATH); in testResetOffhostSecureElement_existingService_correctUid()
737 .open(RegisteredServicesCache.AID_XML_PATH); in testSetShouldDefaultToObserveModeForService_existingService_correctUid()
928 .open(RegisteredServicesCache.AID_XML_PATH); in testRegisterAidGroupForService_existingService_correctUid()
1027 .open(RegisteredServicesCache.AID_XML_PATH); in testRemoveAidGroupForService_existingService_correctUid()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DRegisteredServicesCache.java93 static final String AID_XML_PATH = "dynamic_aids.xml"; field in RegisteredServicesCache
241 this(context, callback, new SettingsFile(context, AID_XML_PATH), in RegisteredServicesCache()
249 this(context, callback, new SettingsFile(context, AID_XML_PATH), in RegisteredServicesCache()
384 mDynamicSettingsFile = new SettingsFile(mContext, AID_XML_PATH); in migrateFromCe()