Searched refs:allowedList (Results 1 – 2 of 2) sorted by relevance
2847 const hidl_vec<Carrier>& allowedList, in prepareCarrierRestrictions() argument2853 request.len_allowed_carriers = allowedList.size(); in prepareCarrierRestrictions()2878 allowedCarriers[i].mcc = allowedList[i].mcc.c_str(); in prepareCarrierRestrictions()2879 allowedCarriers[i].mnc = allowedList[i].mnc.c_str(); in prepareCarrierRestrictions()2880 allowedCarriers[i].match_type = (RIL_CarrierMatchType) allowedList[i].matchType; in prepareCarrierRestrictions()2881 allowedCarriers[i].match_data = allowedList[i].matchData.c_str(); in prepareCarrierRestrictions()
2878 const hidl_vec<Carrier>& allowedList, in prepareCarrierRestrictions() argument2884 request.len_allowed_carriers = allowedList.size(); in prepareCarrierRestrictions()2909 allowedCarriers[i].mcc = allowedList[i].mcc.c_str(); in prepareCarrierRestrictions()2910 allowedCarriers[i].mnc = allowedList[i].mnc.c_str(); in prepareCarrierRestrictions()2911 allowedCarriers[i].match_type = (RIL_CarrierMatchType) allowedList[i].matchType; in prepareCarrierRestrictions()2912 allowedCarriers[i].match_data = allowedList[i].matchData.c_str(); in prepareCarrierRestrictions()