MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / getResId

Method getResId

tools/aapt/ResourceTable.cpp:2073–2078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2071}
2072
2073inline 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
2080uint32_t ResourceTable::getResId(const String16& package,
2081 const String16& type,

Callers 2

assignResourceIdsMethod · 0.80
assignResourceIdsMethod · 0.80

Calls 6

getAssignedIdMethod · 0.80
identifierForNameMethod · 0.80
stringMethod · 0.80
getEntryIndexMethod · 0.80
sizeMethod · 0.65
getIndexMethod · 0.45

Tested by

no test coverage detected