HomeSort by relevance Sort by last modified time
    Searched refs:CaptureErrorHandler (Results 1 - 5 of 5) sorted by null

  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/repository/
ValidateAddonXmlTest.java 53 * @param handler A {@link CaptureErrorHandler}. If null the default will be used,
56 private Validator getAddonValidator(int version, @Nullable CaptureErrorHandler handler)
85 CaptureErrorHandler handler = new CaptureErrorHandler();
105 CaptureErrorHandler handler = new CaptureErrorHandler();
117 CaptureErrorHandler handler = new CaptureErrorHandler();
129 CaptureErrorHandler handler = new CaptureErrorHandler();
    [all...]
ValidateRepositoryXmlTest.java 56 * @param handler A {@link CaptureErrorHandler}. If null the default will be used,
59 private Validator getRepoValidator(int version, @Nullable CaptureErrorHandler handler)
89 CaptureErrorHandler handler = new CaptureErrorHandler();
109 CaptureErrorHandler handler = new CaptureErrorHandler();
121 CaptureErrorHandler handler = new CaptureErrorHandler();
133 CaptureErrorHandler handler = new CaptureErrorHandler();
    [all...]
CaptureErrorHandler.java 27 class CaptureErrorHandler implements ErrorHandler {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
TestLayoutDevicesXsd.java 51 private static class CaptureErrorHandler implements ErrorHandler {
135 CaptureErrorHandler handler = new CaptureErrorHandler();
150 CaptureErrorHandler handler = new CaptureErrorHandler();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceManager.java 66 private static class CaptureErrorHandler implements ErrorHandler {
72 CaptureErrorHandler(String sourceLocation) {
304 CaptureErrorHandler errorHandler = new CaptureErrorHandler(deviceXml.getAbsolutePath());

Completed in 201 milliseconds