Home
last modified time | relevance | path

Searched refs:needle_package_id (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DAttributeFinder.h164 const uint32_t needle_package_id = get_package(attr); in Find() local
165 if (last_package_id_ != needle_package_id) { in Find()
166 JumpToClosestAttribute(needle_package_id); in Find()
167 last_package_id_ = needle_package_id; in Find()
173 if (needle_package_id == haystack_package_id && attr < current_attr_) { in Find()