Searched defs:supportedList (Results 1 – 2 of 2) sorted by relevance
60 …static bool readListFromParcel(Parcel &parcel, std::vector<T> &supportedList, const ReadFunc &read… in readListFromParcel()78 …static bool readListFromParcel(Parcel &parcel, std::vector<T> &supportedList, const ReadFunc &read… in readListFromParcel()
264 std::vector<bool> supportedList; in IsSupportedModel() local