Searched refs:callSupported (Results 1 – 3 of 3) 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()
418 if (!sessionConfigSupport.callSupported) { in testMandatoryStreamCombination()
2717 public final boolean callSupported; field in CameraTestUtils.SessionConfigSupport2721 boolean callSupported, boolean configSupported) { in SessionConfigSupport() argument2723 this.callSupported = callSupported; in SessionConfigSupport()