Searched refs:imsi (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java65 private String imsi; field in class:SIMRecords
211 imsi = null;
244 return imsi;
497 if (imsi == null) {
508 return imsi.substring(0, 3 + mncLength);
540 imsi = (String) ar.result;
544 if (imsi != null && (imsi.length() < 6 || imsi.length() > 15)) {
545 Log.e(LOG_TAG, "invalid IMSI " + imsi);
[all...]
H A DGSMPhone.java820 private void setVmSimImsi(String imsi) { argument
823 editor.putString(VM_SIM_IMSI, imsi);
1183 String imsi = getVmSimImsi();
1185 if (imsi != null && imsiFromSIM != null && !imsiFromSIM.equals(imsi)) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaLteUiccRecords.java350 String imsi = getIMSI();
352 if (imsi != null) {
354 Integer.parseInt(imsi.substring(0,3)));
/frameworks/base/include/utils/
H A DResourceTypes.h812 uint32_t imsi; member in union:android::ResTable_config::__anon191
1024 int32_t diff = (int32_t)(imsi - o.imsi);
1095 if (imsi || o.imsi) {
1235 if (imsi || o.imsi) {
1455 if (imsi != 0) {
1585 sprintf(buf, "imsi=%d/%d lang=%c%c reg=%c%c orient=%d touch=%d dens=%d "
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2590 TABLE_GETENTRY(LOGI("Setting parameters: imsi:%d/%d lang:%c%c cnt:%c%c "
3956 TABLE_GETENTRY(LOGI("Match entry 0x%x in type 0x%x (sz 0x%x): imsi:%d/%d=%d/%d "
4276 LOGI("Adding config to type %d: imsi:%d/%d lang:%c%c cnt:%c%c "

Completed in 183 milliseconds