Home
last modified time | relevance | path

Searched refs:getExtraErrorInformation (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/testutils/
DFakeRequestSurfacePackageCallback.java58 public Bundle getExtraErrorInformation() { in getExtraErrorInformation() method in FakeRequestSurfacePackageCallback
61 return mSurfacePackageException.getExtraErrorInformation(); in getExtraErrorInformation()
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DRequestSurfacePackageException.java104 public Bundle getExtraErrorInformation() { in getExtraErrorInformation() method in RequestSurfacePackageException
/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/
DSdkSandboxManagerUnitTest.java277 assertNotNull(exception.getExtraErrorInformation()); in testRequestSurfacePackageFailed()
278 assertTrue(exception.getExtraErrorInformation().isEmpty()); in testRequestSurfacePackageFailed()
/packages/modules/AdServices/sdksandbox/framework/api/
Dcurrent.txt27 method @Deprecated @NonNull public android.os.Bundle getExtraErrorInformation();
/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/src/com/android/tests/sdksandbox/endtoend/
DSdkSandboxManagerTest.java526 assertThat(surfacePackageCallback.getExtraErrorInformation()).isNotNull(); in testRequestSurfacePackageWithInternalErrorShouldFail()
527 assertThat(surfacePackageCallback.getExtraErrorInformation().isEmpty()).isTrue(); in testRequestSurfacePackageWithInternalErrorShouldFail()