| 2071 | } |
| 2072 | |
| 2073 | inline uint32_t ResourceTable::getResId(const sp<Package>& p, |
| 2074 | const sp<Type>& t, |
| 2075 | uint32_t nameId) |
| 2076 | { |
| 2077 | return makeResId(p->getAssignedId(), t->getIndex(), nameId); |
| 2078 | } |
| 2079 | |
| 2080 | uint32_t ResourceTable::getResId(const String16& package, |
| 2081 | const String16& type, |
no test coverage detected