Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DRequestSadActionTest.java75 private List<byte[]> mSupportedSads; field in RequestSadActionTest
81 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 …]
/frameworks/base/services/core/java/com/android/server/hdmi/
DRequestSadAction.java44 private final List<byte[]> mSupportedSads = new ArrayList<>(); field in RequestSadAction
214 mSupportedSads.add(sad); in updateResult()
234 mCallback.onRequestSadDone(mSupportedSads); in wrapUpAndFinish()