Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/pm/
DSettings.java2277 String idStr = parser.getAttributeValue(null, "userId"); in readDisabledSysPackageLPw() local
2278 ps.appId = idStr != null ? Integer.parseInt(idStr) : 0; in readDisabledSysPackageLPw()
2307 String idStr = null; in readPackageLPw() local
2325 idStr = parser.getAttributeValue(null, "userId"); in readPackageLPw()
2388 Log.v(PackageManagerService.TAG, "Reading package: " + name + " userId=" + idStr in readPackageLPw()
2390 int userId = idStr != null ? Integer.parseInt(idStr) : 0; in readPackageLPw()
2443 + idStr + " at " + parser.getPositionDescription()); in readPackageLPw()
2448 + idStr + " at " + parser.getPositionDescription()); in readPackageLPw()
2469 + " has bad enabled value: " + idStr + " at " in readPackageLPw()
2585 String idStr = null; in readSharedUserLPw() local
[all …]
/frameworks/base/tools/aapt/
DResource.cpp1433 String8 idStr(id); in buildResources() local
1434 char* p = idStr.lockBuffer(idStr.size()); in buildResources()
1435 char* e = p + idStr.size(); in buildResources()
1457 idStr.unlockBuffer(); in buildResources()
1464 manifestPath.string(), block.getLineNumber(), idStr.string()); in buildResources()
1467 syms->addStringSymbol(String8(e), idStr, srcPos); in buildResources()