blob: 815ca40ab3c6ca0fe0c2e3541f34eac1eaf1c2fb [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.3.0-alpha10" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-alpha10)" variant="all" version="8.3.0-alpha10">
<issue
id="RestrictedApiAndroidX"
message="Companion.getNORMAL can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" private var operatingMode: CameraGraph.OperatingMode = CameraGraph.OperatingMode.NORMAL"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/CameraPipeActivity.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraPipe.cameras can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraDevices = cameraPipe.cameras()"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/CameraPipeActivity.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraDevices.awaitCameraIds-SeavPBo can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraIdGroups = cameraDevices.awaitCameraIds()!!.map { listOf(it) } +"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/CameraPipeActivity.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraDevices.awaitConcurrentCameraIds-SeavPBo can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraDevices.awaitConcurrentCameraIds()!!.filter { it.size &lt;= 2 }.map { it.toList() }"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/CameraPipeActivity.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getNORMAL can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" if (lastCameraIdGroup.size == 1 &amp;&amp; operatingMode == CameraGraph.OperatingMode.NORMAL) {"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/CameraPipeActivity.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getHIGH_SPEED can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" operatingMode = CameraGraph.OperatingMode.HIGH_SPEED"
errorLine2=" ~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/CameraPipeActivity.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getNORMAL can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" operatingMode = CameraGraph.OperatingMode.NORMAL"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/CameraPipeActivity.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraPipe can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" result = CameraPipe(CameraPipe.Config(appContext = this))"
errorLine2=" ~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/CameraPipeApplication.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraPipe can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" result = CameraPipe(CameraPipe.Config(appContext = this))"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/CameraPipeApplication.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Config can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" result = CameraPipe(CameraPipe.Config(appContext = this))"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/CameraPipeApplication.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Config can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" result = CameraPipe(CameraPipe.Config(appContext = this))"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/CameraPipeApplication.kt"/>
</issue>
<issue
id="ClassVerificationFailure"
message="This call references a method added in API level 24; however, the containing class androidx.camera.integration.camera2.pipe.CameraPipeApplication is reachable from earlier API levels and will fail run-time class verification."
errorLine1=" val elapsedRealtime = Process.getStartElapsedRealtime()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/CameraPipeApplication.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.start can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.start()"
errorLine2=" ~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.setForeground can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.isForeground = true"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.setForeground can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.isForeground = false"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.stop can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.stop()"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Debug.formatCameraGraphProperties can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" Debug.formatCameraGraphProperties(cameraMetadata, cameraConfig, cameraGraph)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Debug.formatCameraGraphProperties can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" Debug.formatCameraGraphProperties(cameraMetadata, cameraConfig, cameraGraph)"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Debug.formatCameraGraphProperties can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" Debug.formatCameraGraphProperties(cameraMetadata, cameraConfig, cameraGraph)"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Debug.formatCameraGraphProperties can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" Debug.formatCameraGraphProperties(cameraMetadata, cameraConfig, cameraGraph)"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getNORMAL can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" operatingMode: CameraGraph.OperatingMode? = CameraGraph.OperatingMode.NORMAL"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getHIGH_SPEED can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" if (operatingMode == CameraGraph.OperatingMode.HIGH_SPEED) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraPipe.cameras can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraMetadata = cameraPipe.cameras().awaitCameraMetadata(cameraId)"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraDevices.awaitCameraMetadata-FpsL5FU can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraMetadata = cameraPipe.cameras().awaitCameraMetadata(cameraId)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraDevices.awaitCameraMetadata-FpsL5FU can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraMetadata = cameraPipe.cameras().awaitCameraMetadata(cameraId)"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraMetadata.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraMetadata[CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP]!!"
errorLine2=" ~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraMetadata.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraMetadata[CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP]!!"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraMetadata.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraMetadata[CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP]!!"
errorLine2=" ~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraMetadata.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraMetadata[CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP]!!"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val viewfinderStreamConfig = Config.create("
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" yuvSize,"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" outputType = OutputStream.OutputType.SURFACE_VIEW"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getUNKNOWN-8FPWQzE can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" StreamFormat.UNKNOWN,"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getSURFACE_VIEW can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" outputType = OutputStream.OutputType.SURFACE_VIEW"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val privateStreamConfig = Config.create("
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" privateOutputSize,"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" outputType = OutputStream.OutputType.SURFACE_VIEW,"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" streamUseCase = OutputStream.StreamUseCase.PREVIEW"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getPRIVATE-8FPWQzE can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" StreamFormat.PRIVATE,"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getSURFACE_VIEW can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" outputType = OutputStream.OutputType.SURFACE_VIEW,"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getPREVIEW-vrKr8v8 can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" streamUseCase = OutputStream.StreamUseCase.PREVIEW"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getHIGH_SPEED can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" sessionMode = CameraGraph.OperatingMode.HIGH_SPEED,"
errorLine2=" ~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraPipe.create can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraGraph = cameraPipe.create(config)"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraPipe.create can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraGraph = cameraPipe.create(config)"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="StreamGraph.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val viewfinderStream = cameraGraph.streams[privateStreamConfig]!!"
errorLine2=" ~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="StreamGraph.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val viewfinderStream = cameraGraph.streams[privateStreamConfig]!!"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.getStreams can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val viewfinderStream = cameraGraph.streams[privateStreamConfig]!!"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.outputs can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val viewfinderOutput = viewfinderStream.outputs.single()"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="OutputStream.getSize can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" viewfinderOutput.size,"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.setSurface-NYG5g8E can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.setSurface(viewfinderStream.id, surface)"
errorLine2=" ~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.setSurface-NYG5g8E can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.setSurface(viewfinderStream.id, surface)"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.id can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.setSurface(viewfinderStream.id, surface)"
errorLine2=" ~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="StreamGraph.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val privateStream = cameraGraph.streams[privateStreamConfig]!!"
errorLine2=" ~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="StreamGraph.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val privateStream = cameraGraph.streams[privateStreamConfig]!!"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.getStreams can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val privateStream = cameraGraph.streams[privateStreamConfig]!!"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.outputs can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val privateOutput = privateStream.outputs.single()"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="OutputStream.getSize can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" privateOutput.size.width,"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="OutputStream.getSize can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" privateOutput.size.height,"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="OutputStream.getFormat-8FPWQzE can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" privateOutput.format.value,"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="OutputStream.getSize can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" privateOutput.size.width,"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="OutputStream.getSize can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" privateOutput.size.height,"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="OutputStream.getFormat-8FPWQzE can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" privateOutput.format.value,"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.setSurface-NYG5g8E can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.setSurface(privateStream.id, imageReader.surface)"
errorLine2=" ~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.setSurface-NYG5g8E can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.setSurface(privateStream.id, imageReader.surface)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.id can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.setSurface(privateStream.id, imageReader.surface)"
errorLine2=" ~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.acquireSessionOrNull can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.acquireSessionOrNull()!!.use {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Session.startRepeating can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" it.startRepeating("
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Session.startRepeating can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" Request("
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.id can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" streams = listOf(viewfinderStream.id, privateStream.id)"
errorLine2=" ~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.id can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" streams = listOf(viewfinderStream.id, privateStream.id)"
errorLine2=" ~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraPipe.cameras can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraMetadata = cameraPipe.cameras().awaitCameraMetadata(cameraId)"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraDevices.awaitCameraMetadata-FpsL5FU can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraMetadata = cameraPipe.cameras().awaitCameraMetadata(cameraId)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraDevices.awaitCameraMetadata-FpsL5FU can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraMetadata = cameraPipe.cameras().awaitCameraMetadata(cameraId)"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraMetadata.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraMetadata[CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP]!!"
errorLine2=" ~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraMetadata.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraMetadata[CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP]!!"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val viewfinderStreamConfig = Config.create("
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" yuvSize,"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" outputType = OutputStream.OutputType.SURFACE_VIEW"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getUNKNOWN-8FPWQzE can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" StreamFormat.UNKNOWN,"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getSURFACE_VIEW can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" outputType = OutputStream.OutputType.SURFACE_VIEW"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val yuvStreamConfig = Config.create("
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" yuvSize,"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getYUV_420_888-8FPWQzE can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" StreamFormat.YUV_420_888"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraPipe.create can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraGraph = cameraPipe.create(config)"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraPipe.create can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraGraph = cameraPipe.create(config)"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="StreamGraph.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val viewfinderStream = cameraGraph.streams[viewfinderStreamConfig]!!"
errorLine2=" ~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="StreamGraph.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val viewfinderStream = cameraGraph.streams[viewfinderStreamConfig]!!"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.getStreams can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val viewfinderStream = cameraGraph.streams[viewfinderStreamConfig]!!"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.outputs can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val viewfinderOutput = viewfinderStream.outputs.single()"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="OutputStream.getSize can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" viewfinderOutput.size,"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.setSurface-NYG5g8E can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.setSurface(viewfinderStream.id, surface)"
errorLine2=" ~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.setSurface-NYG5g8E can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.setSurface(viewfinderStream.id, surface)"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.id can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.setSurface(viewfinderStream.id, surface)"
errorLine2=" ~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="StreamGraph.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val yuvStream = cameraGraph.streams[yuvStreamConfig]!!"
errorLine2=" ~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="StreamGraph.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val yuvStream = cameraGraph.streams[yuvStreamConfig]!!"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.getStreams can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val yuvStream = cameraGraph.streams[yuvStreamConfig]!!"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.outputs can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val yuvOutput = yuvStream.outputs.single()"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="OutputStream.getSize can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" yuvOutput.size.width,"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="OutputStream.getSize can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" yuvOutput.size.height,"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="OutputStream.getFormat-8FPWQzE can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" yuvOutput.format.value,"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.setSurface-NYG5g8E can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.setSurface(yuvStream.id, imageReader.surface)"
errorLine2=" ~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.setSurface-NYG5g8E can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.setSurface(yuvStream.id, imageReader.surface)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.id can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.setSurface(yuvStream.id, imageReader.surface)"
errorLine2=" ~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.acquireSessionOrNull can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.acquireSessionOrNull()!!.use {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Session.startRepeating can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" it.startRepeating("
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Session.startRepeating can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" Request("
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.id can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" streams = listOf(viewfinderStream.id, yuvStream.id)"
errorLine2=" ~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.id can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" streams = listOf(viewfinderStream.id, yuvStream.id)"
errorLine2=" ~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraPipe.cameras can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraMetadata = cameraPipe.cameras().awaitCameraMetadata(cameraId)"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraDevices.awaitCameraMetadata-FpsL5FU can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraMetadata = cameraPipe.cameras().awaitCameraMetadata(cameraId)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraDevices.awaitCameraMetadata-FpsL5FU can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraMetadata = cameraPipe.cameras().awaitCameraMetadata(cameraId)"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" Config.create("
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" size,"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.create-bSQo6-Q can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" outputType = OutputStream.OutputType.SURFACE_VIEW,"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getPRIVATE-8FPWQzE can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" StreamFormat.PRIVATE,"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Companion.getSURFACE_VIEW can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" outputType = OutputStream.OutputType.SURFACE_VIEW,"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraPipe.createCameraGraphs can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraGraphs = cameraPipe.createCameraGraphs(configs)"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraPipe.createCameraGraphs can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val cameraGraphs = cameraPipe.createCameraGraphs(configs)"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="StreamGraph.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.streams[viewfinderStreamConfig]!!"
errorLine2=" ~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="StreamGraph.get can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.streams[viewfinderStreamConfig]!!"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.getStreams can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.streams[viewfinderStreamConfig]!!"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.outputs can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" val viewfinderOutputs = viewfinderStreams.map { it.outputs.single() }"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="OutputStream.getSize can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" viewfinderOutputs[i].size,"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.setSurface-NYG5g8E can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraphs[i].setSurface(viewfinderStreams[i].id, surface)"
errorLine2=" ~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.setSurface-NYG5g8E can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraphs[i].setSurface(viewfinderStreams[i].id, surface)"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.id can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraphs[i].setSurface(viewfinderStreams[i].id, surface)"
errorLine2=" ~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraGraph.acquireSessionOrNull can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" cameraGraph.acquireSessionOrNull()!!.use {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Session.startRepeating can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" it.startRepeating("
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="Session.startRepeating can only be called from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" Request("
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="RestrictedApiAndroidX"
message="CameraStream.id can only be accessed from within the same library group (referenced groupId=`androidx.camera` from groupId=`androidx.camera.integration-tests`)"
errorLine1=" streams = listOf(viewfinderStream.id)"
errorLine2=" ~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/SimpleCamera.kt"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(params.unitSleepTimeMillis.toLong())"
errorLine2=" ~~~~~">
<location
file="src/main/java/androidx/camera/integration/camera2/pipe/extensions/DataGenerationFunctions.kt"/>
</issue>
<issue
id="PermissionImpliesUnsupportedChromeOsHardware"
message="Permission exists without corresponding hardware `&lt;uses-feature android:name=&quot;android.hardware.camera&quot; required=&quot;false&quot;>` tag"
errorLine1=" &lt;uses-permission android:name=&quot;android.permission.CAMERA&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"/>
</issue>
</issues>