Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DMapStepsConvo.java185 final int mExpectedSize; field in MapStepsConvo.MapConvoListValidator
189 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()
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
DVideoChatTestActivity.java257 private final int mExpectedSize; field in VideoChatTestActivity.CameraTestRunner.FrameCatcher
259 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()