Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h1971 char *mvnoMatchData; member
7157 char *mvnoMatchData; /* MVNO match data. Can be anything defined by the carrier. member
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h2471 char *mvnoMatchData; member
8497 char *mvnoMatchData; /* MVNO match data. Can be anything defined by the carrier. member
Dril_service.cpp1453 dataProfileInfo.mvnoMatchData.c_str(), in setupDataCall()
1479 dataProfileInfo.mvnoMatchData.c_str(), in setupDataCall()
2558 if (!copyHidlStringToRil(&iaa.mvnoMatchData, dataProfileInfo.mvnoMatchData, pRI)) { in setInitialAttachApn()
2567 iaa.password, iaa.mvnoMatchData); in setInitialAttachApn()
3033 if (success && !copyHidlStringToRil(&dataProfiles[i].mvnoMatchData, in setDataProfile()
3034 profiles[i].mvnoMatchData, pRI, true)) { in setDataProfile()
3048 &RIL_DataProfileInfo_v15::password, &RIL_DataProfileInfo_v15::mvnoMatchData); in setDataProfile()
3070 &RIL_DataProfileInfo_v15::password, &RIL_DataProfileInfo_v15::mvnoMatchData); in setDataProfile()
3621 dataProfileInfo.mvnoMatchData.c_str(), in setupDataCall_1_2()