UidObserverController: Fix incorrect usage of binarySearch return value
Arrays.binarySearch does not return -1 in all cases where the value cannot be found. It returns a negative index indicating where the value would be inserted. This was discovered through additional unit testing on master. Bug: 274486653 Test: -- -- atest UidObserverControllerTest (with new tests) -- atest CtsCameraTestCases (CameraEvictionTest) Change-Id: Ifbb7eab343279c74b53d00a3c64cd6236edcad02
Loading
Please register or sign in to comment