Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
H A DEmergencyNumberTracker.java105 public boolean mIsCountrySetByAnotherSub = false; field in EmergencyNumberTracker
303 mIsCountrySetByAnotherSub = false; in updateEmergencyCountryIsoAllPhones()
319 || emergencyNumberTracker.mIsCountrySetByAnotherSub) { in updateEmergencyCountryIsoAllPhones()
320 emergencyNumberTracker.mIsCountrySetByAnotherSub = true; in updateEmergencyCountryIsoAllPhones()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
H A DEmergencyNumberTrackerTest.java362 mEmergencyNumberTrackerMock2.mIsCountrySetByAnotherSub = false; in testUpdateEmergencyCountryIsoFromAnotherSimOrNot()