Searched refs:getExtraErrorInformation (Results 1 – 5 of 5) sorted by relevance
58 public Bundle getExtraErrorInformation() { in getExtraErrorInformation() method in FakeRequestSurfacePackageCallback61 return mSurfacePackageException.getExtraErrorInformation(); in getExtraErrorInformation()
104 public Bundle getExtraErrorInformation() { in getExtraErrorInformation() method in RequestSurfacePackageException
277 assertNotNull(exception.getExtraErrorInformation()); in testRequestSurfacePackageFailed()278 assertTrue(exception.getExtraErrorInformation().isEmpty()); in testRequestSurfacePackageFailed()
27 method @Deprecated @NonNull public android.os.Bundle getExtraErrorInformation();
526 assertThat(surfacePackageCallback.getExtraErrorInformation()).isNotNull(); in testRequestSurfacePackageWithInternalErrorShouldFail()527 assertThat(surfacePackageCallback.getExtraErrorInformation().isEmpty()).isTrue(); in testRequestSurfacePackageWithInternalErrorShouldFail()