Home
last modified time | relevance | path

Searched refs:checkTrueForKey (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java494 checkTrueForKey(key, " minFocusDistance value shouldn't be negative", in getMinimumFocusDistanceChecked()
516 checkTrueForKey(key, " value is out of range" , in getFocusDistanceCalibrationChecked()
584 checkTrueForKey(key, "mode value " + mode + " is out if range", in getAeAvailableAntiBandingModesChecked()
596 checkTrueForKey(key, "Either AUTO mode or both 50HZ/60HZ mode should present", in getAeAvailableAntiBandingModesChecked()
682 checkTrueForKey(key, " value must contain OFF mode", in getAvailableTestPatternModesChecked()
699 checkTrueForKey(key, "size should contain (0, 0)", sizeList.contains(new Size(0, 0))); in getAvailableThumbnailSizesChecked()
707 checkTrueForKey(key, "Sizes should be in ascending order: Original " + sizeList.toString() in getAvailableThumbnailSizesChecked()
725 checkTrueForKey(key, "Array should contain at least one element", focalLengths.length >= 1); in getAvailableFocalLengthsChecked()
728 checkTrueForKey(key, in getAvailableFocalLengthsChecked()
746 checkTrueForKey(key, "Array should contain at least one element", apertures.length >= 1); in getAvailableAperturesChecked()
[all …]