OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHomeSystemId
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java
67
private String
mHomeSystemId
;
82
+ "
mHomeSystemId
=" +
mHomeSystemId
427
mHomeSystemId
= sidBuf.toString();
868
return
mHomeSystemId
;
902
pw.println("
mHomeSystemId
=" +
mHomeSystemId
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java
134
protected int
mHomeSystemId
[] = null;
[
all
...]
CdmaLteServiceStateTracker.java
576
if (
mHomeSystemId
.length != mHomeNetworkId.length) return true;
580
for (int i = 0; i <
mHomeSystemId
.length; i++) {
583
if ((
mHomeSystemId
[i] == sid) &&
Completed in 38 milliseconds