Searched refs:configSupported (Results 1 – 4 of 4) sorted by relevance
265 if (!sessionConfigSupport.callSupported || !sessionConfigSupport.configSupported) { in testBasicLogicalPhysicalStreamCombination()393 if (!sessionConfigSupport.callSupported || !sessionConfigSupport.configSupported) { in testBasicPhysicalRequests()1012 if (!sessionConfigSupport.callSupported || !sessionConfigSupport.configSupported) { in testBasicPhysicalStreamingForCamera()
423 "%s", combination.getDescription()), sessionConfigSupport.configSupported); in testMandatoryStreamCombination()
2718 public final boolean configSupported; field in CameraTestUtils.SessionConfigSupport2721 boolean callSupported, boolean configSupported) { in SessionConfigSupport() argument2724 this.configSupported = configSupported; in SessionConfigSupport()2751 assertTrue(msg, !sessionConfigSupported.error && sessionConfigSupported.configSupported); in checkSessionConfigurationSupported()
585 /*expectedResult*/ true).configSupported; in isSessionConfigurationSupported()