Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/
DLoadSdkExceptionUnitTest.java43 LoadSdkException exceptionCheck = LoadSdkException.CREATOR.createFromParcel(parcel); in testLoadSdkExceptionWriteToParcel() local
45 assertThat(exceptionCheck.getLoadSdkErrorCode()).isEqualTo(exception.getLoadSdkErrorCode()); in testLoadSdkExceptionWriteToParcel()
46 assertThat(exceptionCheck.getMessage()).isEqualTo(exception.getMessage()); in testLoadSdkExceptionWriteToParcel()
47 assertThat(exceptionCheck.getExtraInformation().getChar("testKey")) in testLoadSdkExceptionWriteToParcel()
49 assertThat(exceptionCheck.getExtraInformation().keySet()).containsExactly("testKey"); in testLoadSdkExceptionWriteToParcel()