Loading src/java/com/android/internal/telephony/uicc/SIMRecords.java +3 −0 Original line number Diff line number Diff line Loading @@ -1041,6 +1041,9 @@ public class SIMRecords extends IccRecords { AsyncResult.forMessage(((Message) ar.userObj)).exception = new IccVmNotSupportedException( "Update SIM voice mailbox error"); } else { AsyncResult.forMessage(((Message) ar.userObj)) .exception = ar.exception; } } else { AsyncResult.forMessage(((Message) ar.userObj)) Loading Loading
src/java/com/android/internal/telephony/uicc/SIMRecords.java +3 −0 Original line number Diff line number Diff line Loading @@ -1041,6 +1041,9 @@ public class SIMRecords extends IccRecords { AsyncResult.forMessage(((Message) ar.userObj)).exception = new IccVmNotSupportedException( "Update SIM voice mailbox error"); } else { AsyncResult.forMessage(((Message) ar.userObj)) .exception = ar.exception; } } else { AsyncResult.forMessage(((Message) ar.userObj)) Loading