Searched refs:package_idx (Results 1 – 1 of 1) sorted by relevance
640 final byte package_idx = package_ids_[package_id]; in FindEntry()641 if (package_idx == (byte) 0xff) { in FindEntry()646 final PackageGroup package_group = package_groups_.get(package_idx); in FindEntry()1450 int package_idx = get_package_id(attr_resid); in ApplyStyle() local1454 if (last_package_idx != package_idx) { in ApplyStyle()1455 Package package_ = packages_[package_idx]; in ApplyStyle()1457 package_ = packages_[package_idx] = new Package(); in ApplyStyle()1459 last_package_idx = package_idx; in ApplyStyle()1527 int package_idx = get_package_id(resid); in GetAttribute() local1528 Package package_ = packages_[package_idx]; in GetAttribute()