Loading telephony/java/android/telephony/CellIdentity.java +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ public abstract class CellIdentity implements Parcelable { if ((mMccStr != null && mMncStr == null) || (mMccStr == null && mMncStr != null)) { AnomalyReporter.reportAnomaly( UUID.fromString("a3ab0b9d-f2aa-4baf-911d-7096c0d4645a"), UUID.fromString("e257ae06-ac0a-44c0-ba63-823b9f07b3e4"), "CellIdentity Missing Half of PLMN ID"); } Loading telephony/java/android/telephony/TelephonyManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -12273,7 +12273,7 @@ public class TelephonyManager { Log.e(TAG, "Error calling ITelephony#getServiceStateForSubscriber", e); } catch (NullPointerException e) { AnomalyReporter.reportAnomaly( UUID.fromString("a3ab0b9d-f2aa-4baf-911d-7096c0d4645a"), UUID.fromString("e2bed88e-def9-476e-bd71-3e572a8de6d1"), "getServiceStateForSubscriber " + subId + " NPE"); } return null; Loading Loading
telephony/java/android/telephony/CellIdentity.java +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ public abstract class CellIdentity implements Parcelable { if ((mMccStr != null && mMncStr == null) || (mMccStr == null && mMncStr != null)) { AnomalyReporter.reportAnomaly( UUID.fromString("a3ab0b9d-f2aa-4baf-911d-7096c0d4645a"), UUID.fromString("e257ae06-ac0a-44c0-ba63-823b9f07b3e4"), "CellIdentity Missing Half of PLMN ID"); } Loading
telephony/java/android/telephony/TelephonyManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -12273,7 +12273,7 @@ public class TelephonyManager { Log.e(TAG, "Error calling ITelephony#getServiceStateForSubscriber", e); } catch (NullPointerException e) { AnomalyReporter.reportAnomaly( UUID.fromString("a3ab0b9d-f2aa-4baf-911d-7096c0d4645a"), UUID.fromString("e2bed88e-def9-476e-bd71-3e572a8de6d1"), "getServiceStateForSubscriber " + subId + " NPE"); } return null; Loading