Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredServicesCache.java105 final SettingsFile mDynamicSettingsFile;
106 final SettingsFile mOthersFile;
153 static class SettingsFile { class in RegisteredServicesCache
155 SettingsFile(Context context, String path) { in SettingsFile() method in RegisteredServicesCache.SettingsFile
227 this(context, callback, new SettingsFile(context, AID_XML_PATH), in RegisteredServicesCache()
228 new SettingsFile(context, OTHER_STATUS_PATH), new RealServiceParser(), in RegisteredServicesCache()
235 this(context, callback, new SettingsFile(context, AID_XML_PATH), in RegisteredServicesCache()
236 new SettingsFile(context, OTHER_STATUS_PATH), new RealServiceParser(), in RegisteredServicesCache()
241 RegisteredServicesCache(Context context, Callback callback, SettingsFile dynamicSettings, in RegisteredServicesCache()
242 SettingsFile otherSettings, ServiceParser serviceParser, in RegisteredServicesCache()
[all …]
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java127 private RegisteredServicesCache.SettingsFile mDynamicSettingsFile;
129 private RegisteredServicesCache.SettingsFile mOtherSettingsFile;
415 RegisteredServicesCache.SettingsFile otherSettingsFile in testInitialize_filesDontExist()
416 = Mockito.mock(RegisteredServicesCache.SettingsFile.class); in testInitialize_filesDontExist()
608 RegisteredServicesCache.SettingsFile dynamicSettingsFile in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
609 = Mockito.mock(RegisteredServicesCache.SettingsFile.class); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
693 RegisteredServicesCache.SettingsFile dynamicSettingsFile in testResetOffhostSecureElement_existingService_correctUid()
694 = Mockito.mock(RegisteredServicesCache.SettingsFile.class); in testResetOffhostSecureElement_existingService_correctUid()
980 RegisteredServicesCache.SettingsFile dynamicSettingsFile in testRegisterAidGroupForService_existingService_correctUid()
981 = Mockito.mock(RegisteredServicesCache.SettingsFile.class); in testRegisterAidGroupForService_existingService_correctUid()
[all …]