Searched refs:mExpectedSize (Results 1 – 2 of 2) sorted by relevance
185 final int mExpectedSize; field in MapStepsConvo.MapConvoListValidator189 this.mExpectedSize = -1; in MapConvoListValidator()194 this.mExpectedSize = convoListingSize; in MapConvoListValidator()199 this.mExpectedSize = -1; in MapConvoListValidator()221 if(mExpectedSize >= 0) { in validate()222 Assert.assertSame(mExpectedSize, appParams.getConvoListingSize()); in validate()
257 private final int mExpectedSize; field in VideoChatTestActivity.CameraTestRunner.FrameCatcher259 mExpectedSize = width * height * 3 / 2; in FrameCatcher()264 if (mExpectedSize != data.length) { in onPreviewFrame()265 …w new UnsupportedOperationException("bad size, got " + data.length + " expected " + mExpectedSize); in onPreviewFrame()