Home
last modified time | relevance | path

Searched refs:allowedList (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp3149 const hidl_vec<Carrier>& allowedList, in prepareCarrierRestrictions() argument
3155 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()