packages/@fbcmobile-signalscan/android/src/main/java/com/fbc/signalscan/utils/CellInfoUtil.java [69:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        isValid =
            id != null
                && id.getCid() != Integer.MAX_VALUE
                && id.getLac() != Integer.MAX_VALUE
                && id.getMcc() != Integer.MAX_VALUE
                && id.getMnc() != Integer.MAX_VALUE
                && !(id.getMcc() == 0 && id.getMnc() == 0);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



packages/@fbcmobile-signalscan/android/src/main/java/com/fbc/signalscan/utils/CellInfoUtil.java [88:94]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        isValid =
            id != null
                && id.getCid() != Integer.MAX_VALUE
                && id.getLac() != Integer.MAX_VALUE
                && id.getMcc() != Integer.MAX_VALUE
                && id.getMnc() != Integer.MAX_VALUE
                && !(id.getMcc() == 0 && id.getMnc() == 0);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



