Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java3485 String idStr = parser.getAttributeValue(null, "userId"); in readDisabledSysPackageLPw() local
3486 ps.appId = idStr != null ? Integer.parseInt(idStr) : 0; in readDisabledSysPackageLPw()
3526 String idStr = null; in readPackageLPw() local
3552 idStr = parser.getAttributeValue(null, "userId"); in readPackageLPw()
3662 Log.v(PackageManagerService.TAG, "Reading package: " + name + " userId=" + idStr in readPackageLPw()
3664 int userId = idStr != null ? Integer.parseInt(idStr) : 0; in readPackageLPw()
3720 + idStr + " at " + parser.getPositionDescription()); in readPackageLPw()
3725 + idStr + " at " + parser.getPositionDescription()); in readPackageLPw()
3750 + " has bad enabled value: " + idStr + " at " in readPackageLPw()
3892 String idStr = null; in readSharedUserLPw() local
[all …]
/frameworks/base/tools/aapt/
DResource.cpp1860 String8 idStr(id); in buildResources() local
1861 char* p = idStr.lockBuffer(idStr.size()); in buildResources()
1862 char* e = p + idStr.size(); in buildResources()
1884 idStr.unlockBuffer(); in buildResources()
1891 manifestPath.string(), block.getLineNumber(), idStr.string()); in buildResources()
1894 syms->addStringSymbol(String8(e), idStr, srcPos); in buildResources()