Loading src/java/com/android/internal/telephony/uicc/IsimUiccRecords.java +1 −0 Original line number Diff line number Diff line Loading @@ -362,6 +362,7 @@ public class IsimUiccRecords extends IccRecords implements IsimRecords { private void broadcastRefresh() { Intent intent = new Intent(INTENT_ISIM_REFRESH); log("send ISim REFRESH: " + INTENT_ISIM_REFRESH); intent.putExtra("PHONE_ID", mParentApp.getPhoneId()); mContext.sendBroadcast(intent); } Loading Loading
src/java/com/android/internal/telephony/uicc/IsimUiccRecords.java +1 −0 Original line number Diff line number Diff line Loading @@ -362,6 +362,7 @@ public class IsimUiccRecords extends IccRecords implements IsimRecords { private void broadcastRefresh() { Intent intent = new Intent(INTENT_ISIM_REFRESH); log("send ISim REFRESH: " + INTENT_ISIM_REFRESH); intent.putExtra("PHONE_ID", mParentApp.getPhoneId()); mContext.sendBroadcast(intent); } Loading