Home
last modified time | relevance | path

Searched defs:getDetail (Results 1 – 2 of 2) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/
DErrorBundle.java74 public String getDetail(Locale loc, TimeZone timezone) throws MissingEntryException in getDetail() method in ErrorBundle
85 public String getDetail(Locale loc) throws MissingEntryException in getDetail() method in ErrorBundle
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlPullParserException.java48 public Throwable getDetail() { return detail; } in getDetail() method in XmlPullParserException