Loading src/java/com/android/internal/telephony/ServiceStateTracker.java +4 −1 Original line number Diff line number Diff line Loading @@ -2397,7 +2397,10 @@ public class ServiceStateTracker extends Handler { default: break; } // If the CID is unreported if (cid == Integer.MAX_VALUE) cid = -1; if (cid == (id.getType() == CellInfo.TYPE_NR ? CellInfo.UNAVAILABLE_LONG : CellInfo.UNAVAILABLE)) { cid = -1; } return cid; } Loading Loading
src/java/com/android/internal/telephony/ServiceStateTracker.java +4 −1 Original line number Diff line number Diff line Loading @@ -2397,7 +2397,10 @@ public class ServiceStateTracker extends Handler { default: break; } // If the CID is unreported if (cid == Integer.MAX_VALUE) cid = -1; if (cid == (id.getType() == CellInfo.TYPE_NR ? CellInfo.UNAVAILABLE_LONG : CellInfo.UNAVAILABLE)) { cid = -1; } return cid; } Loading