Loading services/core/java/com/android/server/TelephonyRegistry.java +9 −11 Original line number Diff line number Diff line Loading @@ -1560,7 +1560,6 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { } synchronized (mRecords) { if (validatePhoneId(phoneId)) { if (mDisplayInfos[phoneId] != null) { mDisplayInfos[phoneId] = displayInfo; for (Record r : mRecords) { if (r.matchPhoneStateListenerEvent( Loading @@ -1574,7 +1573,6 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { } } } } handleRemoveListLocked(); } } Loading Loading
services/core/java/com/android/server/TelephonyRegistry.java +9 −11 Original line number Diff line number Diff line Loading @@ -1560,7 +1560,6 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { } synchronized (mRecords) { if (validatePhoneId(phoneId)) { if (mDisplayInfos[phoneId] != null) { mDisplayInfos[phoneId] = displayInfo; for (Record r : mRecords) { if (r.matchPhoneStateListenerEvent( Loading @@ -1574,7 +1573,6 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { } } } } handleRemoveListLocked(); } } Loading