Home
last modified time | relevance | path

Searched refs:carrierRestrictions (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimResponse.java112 android.hardware.radio.sim.CarrierRestrictions carrierRestrictions, in getAllowedCarriersResponse() argument
123 if (!carrierRestrictions.allowedCarriersPrioritized) { in getAllowedCarriersResponse()
129 carrierRestrictions.allowedCarriers)).setExcludedCarriers( in getAllowedCarriersResponse()
131 carrierRestrictions.excludedCarriers)).setDefaultCarrierRestriction( in getAllowedCarriersResponse()
133 carrierRestrictions.status).setAllowedCarrierInfo( in getAllowedCarriersResponse()
135 carrierRestrictions.allowedCarrierInfoList)).setExcludedCarrierInfo( in getAllowedCarriersResponse()
137 carrierRestrictions.excludedCarrierInfoList)).setCarrierLockInfoFeature( in getAllowedCarriersResponse()
DRadioSimProxy.java524 android.hardware.radio.sim.CarrierRestrictions carrierRestrictions = in setAllowedCarriers() local
526 carrierRestrictions.allowedCarriers = RILUtils.convertToHalCarrierRestrictionListAidl( in setAllowedCarriers()
528 carrierRestrictions.excludedCarriers = RILUtils.convertToHalCarrierRestrictionListAidl( in setAllowedCarriers()
530 carrierRestrictions.allowedCarriersPrioritized = in setAllowedCarriers()
533 mSimProxy.setAllowedCarriers(serial, carrierRestrictions, in setAllowedCarriers()
538 android.hardware.radio.V1_4.CarrierRestrictionsWithPriority carrierRestrictions = in setAllowedCarriers() local
540 carrierRestrictions.allowedCarriers = RILUtils.convertToHalCarrierRestrictionList( in setAllowedCarriers()
542 carrierRestrictions.excludedCarriers = RILUtils.convertToHalCarrierRestrictionList( in setAllowedCarriers()
544 carrierRestrictions.allowedCarriersPrioritized = in setAllowedCarriers()
547 mRadioProxy.setAllowedCarriers_1_4(serial, carrierRestrictions, in setAllowedCarriers()
DRadioResponse.java1645 CarrierRestrictionsWithPriority carrierRestrictions, int multiSimPolicy) { in getAllowedCarriersResponse_1_4() argument
1658 if (!carrierRestrictions.allowedCarriersPrioritized) { in getAllowedCarriersResponse_1_4()
1664 carrierRestrictions.allowedCarriers)) in getAllowedCarriersResponse_1_4()
1666 carrierRestrictions.excludedCarriers)) in getAllowedCarriersResponse_1_4()