Searched refs:APN_ROAM_PROTOCOL (Results 1 – 4 of 4) sorted by relevance
66 createTableStr.append(PdpProfileData::APN_ROAM_PROTOCOL).append(" TEXT DEFAULT '', "); in CreatePdpProfileTableStr()77 createTableStr.append(PdpProfileData::APN_ROAM_PROTOCOL).append(", "); in CreatePdpProfileTableStr()
90 static constexpr const char *APN_ROAM_PROTOCOL = "apn_roam_protocol"; variable
134 result->GetColumnIndex(PdpProfileData::APN_ROAM_PROTOCOL, index); in ReadApnResult()
152 value.PutString(PdpProfileData::APN_ROAM_PROTOCOL, bean.roamPdpProtocol); in ParserPdpProfileToValuesBucket()