Home
last modified time | relevance | path

Searched refs:CaptureErrorHandler (Results 1 – 3 of 3) sorted by relevance

/development/tools/sdkmanager/libs/sdklib/tests/com/android/sdklib/repository/
DSdkRepositoryTest.java57 private static class CaptureErrorHandler implements ErrorHandler { class in SdkRepositoryTest
114 private Validator getValidator(int version, CaptureErrorHandler handler) throws SAXException { in getValidator()
143 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalRepositoryFile1()
155 CaptureErrorHandler handler = new CaptureErrorHandler(); in testEmptyXml()
185 CaptureErrorHandler handler = new CaptureErrorHandler(); in testEmptyRootXml()
/development/tools/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
DTestLayoutDevicesXsd.java51 private static class CaptureErrorHandler implements ErrorHandler { class in TestLayoutDevicesXsd
135 CaptureErrorHandler handler = new CaptureErrorHandler(); in checkSuccess()
150 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalRepositoryFile()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DLayoutDeviceManager.java66 private static class CaptureErrorHandler implements ErrorHandler { class in LayoutDeviceManager
72 CaptureErrorHandler(String sourceLocation) { in CaptureErrorHandler() method in LayoutDeviceManager.CaptureErrorHandler
305 CaptureErrorHandler errorHandler = new CaptureErrorHandler(deviceXml.getAbsolutePath()); in parseLayoutDevices()