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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java65 private String mHomeSystemId; field in class:RuimRecords
81 + " mHomeSystemId=" + mHomeSystemId
432 mHomeSystemId = sidBuf.toString();
955 return mHomeSystemId;
989 pw.println(" mHomeSystemId=" + mHomeSystemId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java134 protected int mHomeSystemId[] = null; field in class:CdmaServiceStateTracker
1860 if (mHomeSystemId != null) {
1861 for (int i=0; i < mHomeSystemId.length; i++) {
1862 if (mHomeSystemId[i] != 0) {
1874 if (mHomeSystemId != null) {
1875 for (int i=0; i < mHomeSystemId.length; i++) {
1876 if (sid == mHomeSystemId[i]) {
1971 mHomeSystemId = new int[sid.length];
1974 mHomeSystemId[i] = Integer.parseInt(sid[i]);
2089 pw.println(" mHomeSystemId
[all...]

Completed in 47 milliseconds