Searched refs:getIntProperty (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DOutputPropertyUtils.java72 public static int getIntProperty(String key, Properties props) method in class:OutputPropertyUtils
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java266 public int getIntProperty(QName key) method in class:OutputProperties
268 return getIntProperty(key.toNamespacedString());
282 public int getIntProperty(String key) method in class:OutputProperties
284 return OutputPropertyUtils.getIntProperty(key, m_properties);
/dalvik/libcore/logging/src/main/java/java/util/logging/
H A DFileHandler.java241 count = (null == c) ? getIntProperty(className + ".count",
243 limit = (null == l) ? getIntProperty(className + ".limit",
376 private int getIntProperty(String key, int defaultValue) { method in class:FileHandler

Completed in 76 milliseconds