Fix CameraManagerTest logic.

libcore String.valueOf(int) cache results for small (<100) integers,
so String.valueOf(1) == String.valueOf(1) is true. We shouldn't depend on this

Change-Id: Iad3914c9ed75fdb7e0a92bf95203cb6ec11dd1a0
1 file changed