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.java408 checkTrueForKey(key, " minFocusDistance value shouldn't be negative", in getMinimumFocusDistanceChecked()
430 checkTrueForKey(key, " value is out of range" , in getFocusDistanceCalibrationChecked()
498 checkTrueForKey(key, "mode value " + mode + " is out if range", in getAeAvailableAntiBandingModesChecked()
510 checkTrueForKey(key, "Either AUTO mode or both 50HZ/60HZ mode should present", in getAeAvailableAntiBandingModesChecked()
551 checkTrueForKey(key, " value must contain OFF mode", in getAvailableTestPatternModesChecked()
568 checkTrueForKey(key, "size should contain (0, 0)", sizeList.contains(new Size(0, 0))); in getAvailableThumbnailSizesChecked()
576 checkTrueForKey(key, "Sizes should be in ascending order: Original " + sizeList.toString() in getAvailableThumbnailSizesChecked()
594 checkTrueForKey(key, "Array should contain at least one element", focalLengths.length >= 1); in getAvailableFocalLengthsChecked()
597 checkTrueForKey(key, in getAvailableFocalLengthsChecked()
615 checkTrueForKey(key, "Array should contain at least one element", apertures.length >= 1); in getAvailableAperturesChecked()
[all …]