OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRoamingIndicator
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
EriInfo.java
28
public int
mRoamingIndicator
;
38
this.
mRoamingIndicator
= roamingIndicator;
CdmaServiceStateTracker.java
93
private int
mRoamingIndicator
;
618
mRoamingIndicator
= roamingIndicator;
729
newSS.setCdmaRoamingIndicator(
mRoamingIndicator
);
744
newSS.setCdmaRoamingIndicator(
mRoamingIndicator
);
747
if ((
mRoamingIndicator
<= 2)) {
751
newSS.setCdmaRoamingIndicator(
mRoamingIndicator
);
763
// (set by the modem), depending on the
mRoamingIndicator
.
769
+ ",
mRoamingIndicator
= " +
mRoamingIndicator
[
all
...]
Completed in 18 milliseconds