Searched defs:mHomeSystemId (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java66 private String mHomeSystemId; field in class:RuimRecords
82 + " mHomeSystemId=" + mHomeSystemId
434 mHomeSystemId = sidBuf.toString();
958 return mHomeSystemId;
992 pw.println(" mHomeSystemId=" + mHomeSystemId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java481 private int mHomeSystemId[] = null; field in class:ServiceStateTracker
1345 if (mHomeSystemId != null) {
1346 for (int i=0; i < mHomeSystemId.length; i++) {
1347 if (mHomeSystemId[i] != 0) {
1359 if (mHomeSystemId != null) {
1360 for (int i=0; i < mHomeSystemId.length; i++) {
1361 if (sid == mHomeSystemId[i]) {
1445 mHomeSystemId = new int[sid.length];
1448 mHomeSystemId[i] = Integer.parseInt(sid[i]);
3338 if (mHomeSystemId
[all...]

Completed in 89 milliseconds