Home
last modified time | relevance | path

Searched refs:mGotCountryCode (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaLteServiceStateTracker.java268 mGotCountryCode = false; in pollState()
277 mGotCountryCode = false; in pollState()
498 mGotCountryCode = false; in pollStateDone()
512 mGotCountryCode = true; in pollStateDone()
DCdmaServiceStateTracker.java120 protected boolean mGotCountryCode = false; field in CdmaServiceStateTracker
1014 mGotCountryCode = false; in pollState()
1023 mGotCountryCode = false; in pollState()
1242 mGotCountryCode = false; in pollStateDone()
1256 mGotCountryCode = true; in pollStateDone()
1606 if (mGotCountryCode) { in setTimeFromNITZString()
1634 " iso=" + iso + " mGotCountryCode=" + mGotCountryCode + in setTimeFromNITZString()
2028 pw.println(" mGotCountryCode=" + mGotCountryCode); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java133 private boolean mGotCountryCode = false; field in GsmServiceStateTracker
942 mGotCountryCode = false; in pollState()
951 mGotCountryCode = false; in pollState()
1122 mGotCountryCode = false; in pollStateDone()
1137 mGotCountryCode = true; in pollStateDone()
1735 if (mGotCountryCode) { in setTimeFromNITZString()
2061 pw.println(" mGotCountryCode=" + mGotCountryCode); in dump()