SnapdragonCamera:Fix OutOfBoundsException in monkey test

when findIndexOfValue() failed to get the index of the value,
it will return -1,but -1 can't be the index of the arry,it will
cause exception.So if can't find the index of the value,return
the default support value instead.

Change-Id: I2cd44a20146b35492b5c697c2c4ba5a6cd0cd095
CRs-Fixed: 1060916
1 file changed