Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/support/
DP.java29 public String findProp(String key) { in findProp() method in P
30 return findProp(this.c, key); in findProp()
33 private String findProp(Class cls, String key) { in findProp() method in P
41 ret = findProp(cls.getSuperclass(), key); in findProp()
DA.java28 return pp.findProp(key); in find()