Home | History | Annotate | Download | only in gsm

Lines Matching defs:imsi

102     // Key used to read/write the SIM IMSI used for storing the voice mail
842 private void setVmSimImsi(String imsi) {
845 editor.putString(VM_SIM_IMSI, imsi);
1259 String imsi = getVmSimImsi();
1261 if (imsi != null && imsiFromSIM != null && !imsiFromSIM.equals(imsi)) {