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
66
private String
mHomeSystemId
;
81
+ "
mHomeSystemId
=" +
mHomeSystemId
409
mHomeSystemId
= sidBuf.toString();
813
return
mHomeSystemId
;
847
pw.println("
mHomeSystemId
=" +
mHomeSystemId
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java
128
protected int
mHomeSystemId
[] = null;
[
all
...]
CdmaLteServiceStateTracker.java
535
if (
mHomeSystemId
.length != mHomeNetworkId.length) return true;
539
for (int i = 0; i <
mHomeSystemId
.length; i++) {
542
if ((
mHomeSystemId
[i] == sid) &&
Completed in 106 milliseconds