Searched refs:getExtraInformation (Results 1 – 6 of 6) sorted by relevance
47 assertThat(exceptionCheck.getExtraInformation().getChar("testKey")) in testLoadSdkExceptionWriteToParcel()48 .isEqualTo(exception.getExtraInformation().getChar("testKey")); in testLoadSdkExceptionWriteToParcel()49 assertThat(exceptionCheck.getExtraInformation().keySet()).containsExactly("testKey"); in testLoadSdkExceptionWriteToParcel()
167 assertNotNull(exception.getExtraInformation()); in testLoadSdkFailed()168 assertTrue(exception.getExtraInformation().isEmpty()); in testLoadSdkFailed()
129 public Bundle getExtraInformation() { in getExtraInformation() method in LoadSdkException
17 method @NonNull public android.os.Bundle getExtraInformation();
543 exception.getExtraInformation()); in updateLoadSdkErrorCode()
308 assertThat(loadSdkException.getExtraInformation()).isNotNull(); in testLoadNonExistentSdk()309 assertThat(loadSdkException.getExtraInformation().isEmpty()).isTrue(); in testLoadNonExistentSdk()