Searched refs:mSupportedSads (Results 1 – 2 of 2) sorted by relevance
75 private List<byte[]> mSupportedSads; field in RequestSadActionTest81 mSupportedSads = supportedSads;152 assertThat(mSupportedSads).isNull(); in noResponse_queryAgainOnce_emptyResult()165 assertThat(mSupportedSads).isNotNull(); in noResponse_queryAgainOnce_emptyResult()166 assertThat(mSupportedSads.size()).isEqualTo(0); in noResponse_queryAgainOnce_emptyResult()194 assertThat(mSupportedSads.size()).isEqualTo(0); in noResponse_queryAgainOnce_emptyResult()203 assertThat(mSupportedSads).isNull(); in unrecognizedOpcode_dontQueryAgain_emptyResult()217 assertThat(mSupportedSads).isNotNull(); in unrecognizedOpcode_dontQueryAgain_emptyResult()218 assertThat(mSupportedSads.size()).isEqualTo(0); in unrecognizedOpcode_dontQueryAgain_emptyResult()246 assertThat(mSupportedSads.size()).isEqualTo(0); in unrecognizedOpcode_dontQueryAgain_emptyResult()[all …]
44 private final List<byte[]> mSupportedSads = new ArrayList<>(); field in RequestSadAction214 mSupportedSads.add(sad); in updateResult()234 mCallback.onRequestSadDone(mSupportedSads); in wrapUpAndFinish()