Searched refs:camera2Id (Results 1 – 1 of 1) sorted by relevance
33 public static CameraId from(@Nonnull String camera2Id) { in from() argument34 return new CameraId(camera2Id, computeLegacyIdFromCamera2Id(camera2Id)); in from()42 private static Integer computeLegacyIdFromCamera2Id(@Nonnull String camera2Id) { in computeLegacyIdFromCamera2Id() argument44 return Integer.parseInt(camera2Id); in computeLegacyIdFromCamera2Id()