Searched refs:carrierRestrictions (Results 1 – 3 of 3) sorted by relevance
112 android.hardware.radio.sim.CarrierRestrictions carrierRestrictions, in getAllowedCarriersResponse() argument123 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()
524 android.hardware.radio.sim.CarrierRestrictions carrierRestrictions = in setAllowedCarriers() local526 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() local540 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()
1645 CarrierRestrictionsWithPriority carrierRestrictions, int multiSimPolicy) { in getAllowedCarriersResponse_1_4() argument1658 if (!carrierRestrictions.allowedCarriersPrioritized) { in getAllowedCarriersResponse_1_4()1664 carrierRestrictions.allowedCarriers)) in getAllowedCarriersResponse_1_4()1666 carrierRestrictions.excludedCarriers)) in getAllowedCarriersResponse_1_4()