Home
last modified time | relevance | path

Searched refs:mHomeSystemId (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java72 private String mHomeSystemId; field in RuimRecords
89 + " mHomeSystemId=" + mHomeSystemId in toString()
491 mHomeSystemId = sidBuf.toString(); in onRecordLoaded()
954 return mHomeSystemId; in getSid()
999 pw.println(" mHomeSystemId=" + mHomeSystemId); in dump()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java620 private int mHomeSystemId[] = null; field in ServiceStateTracker
1874 if (mHomeSystemId != null) { in isSidsAllZeros()
1875 for (int i=0; i < mHomeSystemId.length; i++) { in isSidsAllZeros()
1876 if (mHomeSystemId[i] != 0) { in isSidsAllZeros()
1895 if (mHomeSystemId != null) { in isHomeSid()
1896 for (int i=0; i < mHomeSystemId.length; i++) { in isHomeSid()
1897 if (sid == mHomeSystemId[i]) { in isHomeSid()
1981 mHomeSystemId = new int[sid.length]; in parseSidNid()
4150 for (int i = 0; i < mHomeSystemId.length; i++) { in isInHomeSidNid()
4153 if ((mHomeSystemId[i] == sid) && in isInHomeSidNid()
[all …]