Searched defs:mGotCountryCode (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java134 private boolean mGotCountryCode = false; field in class:GsmServiceStateTracker
982 mGotCountryCode = false;
991 mGotCountryCode = false;
1168 mGotCountryCode = false;
1183 mGotCountryCode = true;
1787 if (mGotCountryCode) {
2110 pw.println(" mGotCountryCode=" + mGotCountryCode);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java124 protected boolean mGotCountryCode = false; field in class:CdmaServiceStateTracker
1019 mGotCountryCode = false;
1028 mGotCountryCode = false;
1291 mGotCountryCode = false;
1305 mGotCountryCode = true;
1660 if (mGotCountryCode) {
1688 " iso=" + iso + " mGotCountryCode=" + mGotCountryCode +
2082 pw.println(" mGotCountryCode=" + mGotCountryCode);
[all...]

Completed in 275 milliseconds