Loading core/java/android/hardware/camera2/CameraManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ public final class CameraManager { private final ICameraService mCameraService; private ArrayList<String> mDeviceIdList; private HashSet<CameraListener> mListenerSet = new HashSet<CameraListener>(); private final HashSet<CameraListener> mListenerSet = new HashSet<CameraListener>(); private final Context mContext; private final Object mLock = new Object(); Loading Loading @@ -332,7 +332,7 @@ public final class CameraManager { Integer oldStatus = mDeviceStatus.put(id, status); if (oldStatus == status) { if (oldStatus != null && oldStatus == status) { Log.v(TAG, String.format( "Device status changed to 0x%x, which is what it already was", status)); Loading Loading
core/java/android/hardware/camera2/CameraManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ public final class CameraManager { private final ICameraService mCameraService; private ArrayList<String> mDeviceIdList; private HashSet<CameraListener> mListenerSet = new HashSet<CameraListener>(); private final HashSet<CameraListener> mListenerSet = new HashSet<CameraListener>(); private final Context mContext; private final Object mLock = new Object(); Loading Loading @@ -332,7 +332,7 @@ public final class CameraManager { Integer oldStatus = mDeviceStatus.put(id, status); if (oldStatus == status) { if (oldStatus != null && oldStatus == status) { Log.v(TAG, String.format( "Device status changed to 0x%x, which is what it already was", status)); Loading