Loading src/java/com/android/internal/telephony/RIL.java +3 −1 Original line number Diff line number Diff line Loading @@ -830,14 +830,16 @@ public class RIL extends BaseCommands implements CommandsInterface { RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PUK, result, mRILDefaultWorkSource); String pukStr = convertNullToEmptyString(puk); if (RILJ_LOGD) { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest) + " isPukEmpty = " + pukStr.isEmpty() + " aid = " + aid); } try { radioProxy.supplyIccPukForApp(rr.mSerial, convertNullToEmptyString(puk), pukStr, convertNullToEmptyString(newPin), convertNullToEmptyString(aid)); } catch (RemoteException | RuntimeException e) { Loading Loading
src/java/com/android/internal/telephony/RIL.java +3 −1 Original line number Diff line number Diff line Loading @@ -830,14 +830,16 @@ public class RIL extends BaseCommands implements CommandsInterface { RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PUK, result, mRILDefaultWorkSource); String pukStr = convertNullToEmptyString(puk); if (RILJ_LOGD) { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest) + " isPukEmpty = " + pukStr.isEmpty() + " aid = " + aid); } try { radioProxy.supplyIccPukForApp(rr.mSerial, convertNullToEmptyString(puk), pukStr, convertNullToEmptyString(newPin), convertNullToEmptyString(aid)); } catch (RemoteException | RuntimeException e) { Loading