Searched refs:deviceTypeVec (Results 1 – 2 of 2) sorted by relevance
31 std::vector<std::u16string> deviceTypeVec; in ReadFromParcel() local32 if (!parcel.ReadString16Vector(&deviceTypeVec)) { in ReadFromParcel()36 SetDeviceType(ContinationManagerUtils::Str16VecToStr8Vec(deviceTypeVec)); in ReadFromParcel()71 void ContinuationExtraParams::SetDeviceType(std::vector<std::string> deviceTypeVec) in SetDeviceType() argument73 deviceTypeVec_ = deviceTypeVec; in SetDeviceType()
37 void SetDeviceType(std::vector<std::string> deviceTypeVec);