HomeSort by relevance Sort by last modified time
    Searched refs:checkTrueForKey (Results 1 - 2 of 2) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 408 checkTrueForKey(key, " minFocusDistance value shouldn't be negative",
430 checkTrueForKey(key, " value is out of range" ,
488 checkTrueForKey(key, "mode value " + mode + " is out if range",
500 checkTrueForKey(key, "Either AUTO mode or both 50HZ/60HZ mode should present",
541 checkTrueForKey(key, " value must contain OFF mode",
558 checkTrueForKey(key, "size should contain (0, 0)", sizeList.contains(new Size(0, 0)));
566 checkTrueForKey(key, "Sizes should be in ascending order: Original " + sizeList.toString()
584 checkTrueForKey(key, "Array should contain at least one element", focalLengths.length >= 1);
587 checkTrueForKey(key,
605 checkTrueForKey(key, "Array should contain at least one element", apertures.length >= 1)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
StaticMetadata.java 408 checkTrueForKey(key, " minFocusDistance value shouldn't be negative",
430 checkTrueForKey(key, " value is out of range" ,
488 checkTrueForKey(key, "mode value " + mode + " is out if range",
500 checkTrueForKey(key, "Either AUTO mode or both 50HZ/60HZ mode should present",
541 checkTrueForKey(key, " value must contain OFF mode",
558 checkTrueForKey(key, "size should contain (0, 0)", sizeList.contains(new Size(0, 0)));
566 checkTrueForKey(key, "Sizes should be in ascending order: Original " + sizeList.toString()
584 checkTrueForKey(key, "Array should contain at least one element", focalLengths.length >= 1);
587 checkTrueForKey(key,
605 checkTrueForKey(key, "Array should contain at least one element", apertures.length >= 1)
    [all...]

Completed in 1806 milliseconds