Searched refs:APN_TYPES (Results 1 – 5 of 5) sorted by relevance
64 createTableStr.append(PdpProfileData::APN_TYPES).append(" TEXT DEFAULT '', "); in CreatePdpProfileTableStr()83 createTableStr.append(PdpProfileData::APN_TYPES).append(", "); in CreatePdpProfileTableStr()
66 static constexpr const char *APN_TYPES = "apn_types"; variable
97 resultSet->GetColumnIndex(PdpProfileData::APN_TYPES, columnIndex); in GetMmsApnValue()
233 result->GetColumnIndex(PdpProfileData::APN_TYPES, index); in MakePdpProfile()
203 value.PutString(PdpProfileData::APN_TYPES, bean.apnTypes); in ParserPdpProfileToValuesBucket()