D | RegisteredServicesCache.java | 105 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 …]
|