Loading telephony/java/com/android/internal/telephony/cdma/CdmaServiceStateTracker.java +1 −2 Original line number Diff line number Diff line Loading @@ -763,8 +763,7 @@ public class CdmaServiceStateTracker extends ServiceStateTracker { return; } if (err != CommandException.Error.OP_NOT_ALLOWED_BEFORE_REG_NW && err != CommandException.Error.OP_NOT_ALLOWED_BEFORE_REG_NW) { if (err != CommandException.Error.OP_NOT_ALLOWED_BEFORE_REG_NW) { Log.e(LOG_TAG, "RIL implementation has returned an error where it must succeed", ar.exception); Loading Loading
telephony/java/com/android/internal/telephony/cdma/CdmaServiceStateTracker.java +1 −2 Original line number Diff line number Diff line Loading @@ -763,8 +763,7 @@ public class CdmaServiceStateTracker extends ServiceStateTracker { return; } if (err != CommandException.Error.OP_NOT_ALLOWED_BEFORE_REG_NW && err != CommandException.Error.OP_NOT_ALLOWED_BEFORE_REG_NW) { if (err != CommandException.Error.OP_NOT_ALLOWED_BEFORE_REG_NW) { Log.e(LOG_TAG, "RIL implementation has returned an error where it must succeed", ar.exception); Loading