Loading core/java/android/hardware/camera2/TotalCaptureResult.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -179,7 +179,7 @@ public final class TotalCaptureResult extends CaptureResult { * @return unmodifiable map between physical camera ids and their capture result metadata * @return unmodifiable map between physical camera ids and their capture result metadata * * * @deprecated * @deprecated * <p>Please use {@link #getPhysicalCameraTotalResults() instead to get the * <p>Please use {@link #getPhysicalCameraTotalResults()} instead to get the * physical cameras' {@code TotalCaptureResult}.</p> * physical cameras' {@code TotalCaptureResult}.</p> */ */ public Map<String, CaptureResult> getPhysicalCameraResults() { public Map<String, CaptureResult> getPhysicalCameraResults() { Loading Loading
core/java/android/hardware/camera2/TotalCaptureResult.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -179,7 +179,7 @@ public final class TotalCaptureResult extends CaptureResult { * @return unmodifiable map between physical camera ids and their capture result metadata * @return unmodifiable map between physical camera ids and their capture result metadata * * * @deprecated * @deprecated * <p>Please use {@link #getPhysicalCameraTotalResults() instead to get the * <p>Please use {@link #getPhysicalCameraTotalResults()} instead to get the * physical cameras' {@code TotalCaptureResult}.</p> * physical cameras' {@code TotalCaptureResult}.</p> */ */ public Map<String, CaptureResult> getPhysicalCameraResults() { public Map<String, CaptureResult> getPhysicalCameraResults() { Loading