Searched refs:expectLessOrEqual (Results 1 – 6 of 6) sorted by relevance
434 mCollector.expectLessOrEqual( in execute()
1054 mCollector.expectLessOrEqual("Max deviation of the dynamic black level vs fixed black level" in dynamicBlackWhiteLevelTestByCamera()1058 mCollector.expectLessOrEqual("Max deviation of the dynamic white level exceed threshold." in dynamicBlackWhiteLevelTestByCamera()1076 mCollector.expectLessOrEqual("Max deviation of the dynamic black level vs optical black" in dynamicBlackWhiteLevelTestByCamera()
1055 mCollector.expectLessOrEqual("Version too long: " + version, MAX_VERSION_LENGTH, in testKeys()2255 mCollector.expectLessOrEqual("Optical black region width", in testOpticalBlackRegions()2257 mCollector.expectLessOrEqual("Optical black region height", in testOpticalBlackRegions()
211 mCollector.expectLessOrEqual("Too many partial results", in testPartialResult()
1697 mCollector.expectLessOrEqual( in videoSnapshotTestByCamera()
272 public <T extends Comparable<? super T>> boolean expectLessOrEqual(String msg, T expected, in expectLessOrEqual() method in CameraErrorCollector