Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java268 .getAbsolutePath(), DIR + RegisteredServicesCache.AID_XML_PATH); in testConstructor()
280 .open(RegisteredServicesCache.AID_XML_PATH); in testInitialize_filesExist()
576 .open(RegisteredServicesCache.AID_XML_PATH); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
660 .open(RegisteredServicesCache.AID_XML_PATH); in testResetOffhostSecureElement_existingService_correctUid()
735 .open(RegisteredServicesCache.AID_XML_PATH); in testSetShouldDefaultToObserveModeForService_existingService_correctUid()
948 .open(RegisteredServicesCache.AID_XML_PATH); in testRegisterAidGroupForService_existingService_correctUid()
1060 .open(RegisteredServicesCache.AID_XML_PATH); in testRemoveAidGroupForService_existingService_correctUid()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredServicesCache.java86 static final String AID_XML_PATH = "dynamic_aids.xml"; field in RegisteredServicesCache
227 this(context, callback, new SettingsFile(context, AID_XML_PATH), in RegisteredServicesCache()
235 this(context, callback, new SettingsFile(context, AID_XML_PATH), in RegisteredServicesCache()