Searched refs:excludedList (Results 1 – 2 of 2) sorted by relevance
2848 const hidl_vec<Carrier>& excludedList, in prepareCarrierRestrictions() argument2863 request.len_excluded_carriers = excludedList.size(); in prepareCarrierRestrictions()2885 excludedCarriers[i].mcc = excludedList[i].mcc.c_str(); in prepareCarrierRestrictions()2886 excludedCarriers[i].mnc = excludedList[i].mnc.c_str(); in prepareCarrierRestrictions()2888 (RIL_CarrierMatchType) excludedList[i].matchType; in prepareCarrierRestrictions()2889 excludedCarriers[i].match_data = excludedList[i].matchData.c_str(); in prepareCarrierRestrictions()
2879 const hidl_vec<Carrier>& excludedList, in prepareCarrierRestrictions() argument2894 request.len_excluded_carriers = excludedList.size(); in prepareCarrierRestrictions()2916 excludedCarriers[i].mcc = excludedList[i].mcc.c_str(); in prepareCarrierRestrictions()2917 excludedCarriers[i].mnc = excludedList[i].mnc.c_str(); in prepareCarrierRestrictions()2919 (RIL_CarrierMatchType) excludedList[i].matchType; in prepareCarrierRestrictions()2920 excludedCarriers[i].match_data = excludedList[i].matchData.c_str(); in prepareCarrierRestrictions()