Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java210 final AtomicBoolean throwException = new AtomicBoolean(false); in testFetchRemoteFile_concurrentFail() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationXmlParser.java342 private void throwException(String reason) throws SAXException { in throwException() method in ConfigurationXmlParser.ConfigHandler