Home | History | Annotate | Download | only in aapt

Lines Matching refs:needle

620  * Returns true if needle is one of the elements in the comma-separated list
623 bool isInProductList(const String16& needle, const String16& haystack) {
624 const char16_t *needle2 = needle.string();
626 size_t needlesize = needle.size();