Searched refs:allowedList (Results 1 – 1 of 1) sorted by relevance
3149 const hidl_vec<Carrier>& allowedList, in prepareCarrierRestrictions() argument3155 request.len_allowed_carriers = allowedList.size(); in prepareCarrierRestrictions()3180 allowedCarriers[i].mcc = allowedList[i].mcc.c_str(); in prepareCarrierRestrictions()3181 allowedCarriers[i].mnc = allowedList[i].mnc.c_str(); in prepareCarrierRestrictions()3182 allowedCarriers[i].match_type = (RIL_CarrierMatchType) allowedList[i].matchType; in prepareCarrierRestrictions()3183 allowedCarriers[i].match_data = allowedList[i].matchData.c_str(); in prepareCarrierRestrictions()