Merge "Fix javadoc for getPhysicalCameraResults." into udc-dev am: e2b1d52a0d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23761568 Change-Id: I752eff6716fd66e50d6acf8dc7890baadb4c1430 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user