OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mgsmroaming
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java
103
private boolean
mGsmRoaming
= false;
641
mGsmRoaming
= regCodeIsRoaming(regState);
733
boolean roaming = (
mGsmRoaming
|| mDataRoaming);
734
if (
mGsmRoaming
&& !isRoamingBetweenOperators(
mGsmRoaming
, mNewSS)) {
[
all
...]
Completed in 55 milliseconds