Home | History | Annotate | Download | only in makedict

Lines Matching refs:mAttributes

286         public final HashMap<String, String> mAttributes;
289 mAttributes = attributes;
307 for (final String optionKey : mAttributes.keySet()) {
314 1000 * Long.parseLong(mAttributes.get(optionKey))).toString());
316 s.append(mAttributes.get(optionKey));
341 mOptions.mAttributes.put(key, value);