Searched refs:sConfiguredCameraXCameraImplementation (Results 1 – 1 of 1) sorted by relevance
46 private static @Nullable String sConfiguredCameraXCameraImplementation = null; field in CameraXViewModel102 if (sConfiguredCameraXCameraImplementation == null) { in tryConfigureCameraProvider()112 if (sConfiguredCameraXCameraImplementation == null) { in isCameraProviderUnInitializedOrSameAsParameter()116 sConfiguredCameraXCameraImplementation); in isCameraProviderUnInitializedOrSameAsParameter()147 if (!cameraImplementation.equals(sConfiguredCameraXCameraImplementation)) { in configureCameraProvider()168 sConfiguredCameraXCameraImplementation = cameraImplementation; in configureCameraProvider()172 + sConfiguredCameraXCameraImplementation + " which is different " in configureCameraProvider()180 return sConfiguredCameraXCameraImplementation; in getConfiguredCameraXCameraImplementation()