Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DDomainSelectionService.java149 private @SelectorType int mSelectorType; field in DomainSelectionService.SelectionAttributes
181 mSelectorType = selectorType; in SelectionAttributes()
202 mSelectorType = s.mSelectorType; in SelectionAttributes()
250 return mSelectorType; in getSelectorType()
310 + ", type=" + mSelectorType in toString()
329 && mSelectorType == that.mSelectorType && mIsVideoCall == that.mIsVideoCall in equals()
343 mEmergencyRegistrationResult, mSlotIndex, mSubId, mSelectorType, mCause); in hashCode()
357 out.writeInt(mSelectorType); in writeToParcel()
373 mSelectorType = in.readInt(); in readFromParcel()
412 private final @SelectorType int mSelectorType; field in DomainSelectionService.SelectionAttributes.Builder
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/
DDomainSelectionConnection.java144 || (mSelectorType != DomainSelectionService.SELECTOR_TYPE_CALLING)) { in onWwanSelectedAsync()
341 private @DomainSelectionService.SelectorType int mSelectorType; field in DomainSelectionConnection
373 mSelectorType = selectorType; in DomainSelectionConnection()
741 && (mSelectorType == DomainSelectionService.SELECTOR_TYPE_CALLING)) { in onQualifiedNetworksChanged()