Searched defs:getResourceName (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java204 public String getResourceName(int resid) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java473 public String getResourceName(int resid) throws NotFoundException { method in class:BridgeResources
/frameworks/base/core/java/android/content/res/
H A DResources.java1770 public String getResourceName(int resid) throws NotFoundException { method in class:Resources
1771 String str = mAssets.getResourceName(resid);
1787 * @see #getResourceName
1806 * @see #getResourceName
1825 * @see #getResourceName
2003 resName = getResourceName(resourceId);
2015 resName = getResourceName(resourceId);
2035 final String name = getResourceName(id);
2077 final String name = getResourceName(id);
2198 final String name = getResourceName(i
[all...]
H A DAssetManager.java671 /*package*/ native final String getResourceName(int resid); method in class:AssetManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java571 private String getResourceName(int resId) { method in class:NavigationBarView
575 return res.getResourceName(resId);
616 getResourceName(mCurrentView.getId()),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java1123 + "/" + getResourceName(combinedSignalIconId)
1287 pw.println(getResourceName(mPhoneSignalIconId));
1291 pw.println(getResourceName(mDataDirectionIconId));
1295 pw.println(getResourceName(mDataSignalIconId));
1299 pw.println(getResourceName(mDataTypeIconId));
1303 pw.println(getResourceName(mQSDataTypeIconId));
1317 mWifiIconId, getResourceName(mWifiIconId)));
1319 mQSWifiIconId, getResourceName(mQSWifiIconId)));
1329 mWimaxIconId, getResourceName(mWimaxIconId)));
1347 pw.println(getResourceName(mLastPhoneSignalIconI
1369 private String getResourceName(int resId) { method in class:NetworkController
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3080 bool ResTable::getResourceName(uint32_t resID, bool allowUtf8, resource_name* outName) const function in class:android::ResTable
4640 if (getResourceName(bag->map.name.ident, false, &rname)) {
4693 if (getResourceName(bagi->map.name.ident, false, &rname)) {
5371 if (!this->getResourceName(resID, true, &resName)) {
5638 if (this->getResourceName(resID, true, &resName)) {
5697 if (this->getResourceName(resID, true, &resName)) {

Completed in 296 milliseconds