Fix for testBadSurfaceDimensions

This test failed with device which has 480x320 LCD and vga Camera.
Frameworks gave closest match as 640x480 and so preview size is set to
640x480 but since it checking with mOrderedPreviewSizes, corresponding
size is not there and so it is asserting lie below
mOrderedPreviewSizes.contains(actualSize)

Change-Id: Id6a5f6285dbf22d22d56bc924a204d4721103a7a
1 file changed