OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSystemId
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/cdma/
CdmaCellLocation.java
49
private int
mSystemId
= -1;
61
this.
mSystemId
= -1;
72
this.
mSystemId
= bundle.getInt("systemId",
mSystemId
);
101
return this.
mSystemId
;
118
this.
mSystemId
= -1;
142
this.
mSystemId
= systemId;
149
^ this.
mSystemId
^ this.mNetworkId;
169
equalsHandlesNulls(this.
mSystemId
, s.
mSystemId
) &
[
all
...]
/frameworks/base/telephony/java/android/telephony/
ServiceState.java
130
private int
mSystemId
;
178
mSystemId
= s.
mSystemId
;
199
mSystemId
= in.readInt();
217
out.writeInt(
mSystemId
);
383
&& equalsHandlesNulls(
mSystemId
, s.
mSystemId
)
470
+ " " +
mSystemId
486
mSystemId
= -1;
593
mSystemId
= m.getInt("systemId")
[
all
...]
Completed in 22 milliseconds