Searched refs:mErrorHandler (Results 1 - 10 of 10) sorted by relevance

/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DConnectorTest.java34 private CapturingErrorHandler mErrorHandler; field in class:ConnectorTest
49 mErrorHandler = new CapturingErrorHandler();
50 mConnector.setErrorHandler(mErrorHandler);
53 assertNull(mErrorHandler.getLastMojoException());
73 assertNull(mErrorHandler.getLastMojoException());
90 assertNull(mErrorHandler.getLastMojoException());
104 assertNotNull(mErrorHandler.getLastMojoException());
106 mErrorHandler.getLastMojoException().getMojoResult());
H A DRouterTest.java34 private CapturingErrorHandler mErrorHandler; field in class:RouterTest
48 mErrorHandler = new CapturingErrorHandler();
49 mRouter.setErrorHandler(mErrorHandler);
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DConnector.java55 private ConnectionErrorHandler mErrorHandler; field in class:Connector
87 mErrorHandler = errorHandler;
179 if (mErrorHandler != null) {
180 mErrorHandler.onConnectionError(exception);
H A DInterface.java102 private ConnectionErrorHandler mErrorHandler = null; field in class:Interface.AbstractProxy.HandlerImpl
143 this.mErrorHandler = errorHandler;
151 if (mErrorHandler != null) {
152 mErrorHandler.onConnectionError(e);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 82 milliseconds