Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/domainselection/
DSmsDomainSelector.java37 private boolean mDomainSelectionRequested = false; field in SmsDomainSelector
163 return mDomainSelectionRequested; in isDomainSelectionRequested()
167 if (mDomainSelectionRequested != requested) { in setDomainSelectionRequested()
168 logd("DomainSelectionRequested: " + mDomainSelectionRequested + " >> " + requested); in setDomainSelectionRequested()
169 mDomainSelectionRequested = requested; in setDomainSelectionRequested()
DEmergencyCallDomainSelector.java267 private boolean mDomainSelectionRequested = false; field in EmergencyCallDomainSelector
623 mDomainSelectionRequested = true; in startDomainSelection()
857 if (!mDomainSelectionRequested) return; in selectDomain()
873 mDomainSelectionRequested = false; in selectDomain()