Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java774 Set<Long> newLimitations = profiles.getProfileCaptureRequestConstraints( in testMandatory10BitStreamCombination() local
776 if (newLimitations.isEmpty() || (newLimitations.containsAll(currentProfiles))) { in testMandatory10BitStreamCombination()
781 } else if (!constraintPresent && !newLimitations.isEmpty() && in testMandatory10BitStreamCombination()
782 !newLimitations.containsAll(currentProfiles)) { in testMandatory10BitStreamCombination()