Searched refs:excludedList (Results 1 – 1 of 1) sorted by relevance
3150 const hidl_vec<Carrier>& excludedList, in prepareCarrierRestrictions() argument3165 request.len_excluded_carriers = excludedList.size(); in prepareCarrierRestrictions()3187 excludedCarriers[i].mcc = excludedList[i].mcc.c_str(); in prepareCarrierRestrictions()3188 excludedCarriers[i].mnc = excludedList[i].mnc.c_str(); in prepareCarrierRestrictions()3190 (RIL_CarrierMatchType) excludedList[i].matchType; in prepareCarrierRestrictions()3191 excludedCarriers[i].match_data = excludedList[i].matchData.c_str(); in prepareCarrierRestrictions()