Home
last modified time | relevance | path

Searched refs:mCountryIsoCode (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/
DNitzStateMachineImpl.java126 private String mCountryIsoCode; field in NitzStateMachineImpl
187 String countryIsoCode = mCountryIsoCode; in clearNetworkStateAndRerunDetection()
207 String oldCountryIsoCode = mCountryIsoCode; in handleCountryDetected()
208 mCountryIsoCode = Objects.requireNonNull(countryIsoCode); in handleCountryDetected()
209 if (!Objects.equals(oldCountryIsoCode, mCountryIsoCode)) { in handleCountryDetected()
222 mCountryIsoCode = null; in handleCountryUnavailable()
248 String countryIsoCode = mCountryIsoCode; in handleNitzReceived()
271 mCountryIsoCode = null; in handleAirplaneModeChanged()
341 pw.println(" NitzStateMachineImpl.mCountryIsoCode=" + mCountryIsoCode); in dumpState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DNitzStateMachineTestSupport.java178 private String mCountryIsoCode; field in NitzStateMachineTestSupport.Scenario.Builder
193 mCountryIsoCode = isoCode; in setCountryIso()
198 return new Scenario(true /* frozen */, mActualTimeMillis, mZoneId, mCountryIsoCode); in buildFrozen()