Home | History | Annotate | Download | only in pm

Lines Matching defs:known

423     // Currently known shared libraries.
1609 + ps.name + "; removing system app. Last known codePath="
3145 // component is no longer known. Ignore it and do NOT remove it.
3252 // component is no longer known. Most likely an update
4110 opkg.baseCodePath + " but target package has no known overlays");
5354 // scanned APK is both already known and at the path previously established
5358 PackageSetting known = mSettings.peekPackageLPr(pkg.packageName);
5359 if (known != null) {
5362 + " and requiring known paths " + known.codePathString
5363 + " & " + known.resourcePathString);
5365 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString)
5366 || !pkg.applicationInfo.getResourcePath().equals(known.resourcePathString)) {
5370 + " but expected at " + known.codePathString + "; ignoring.");
6413 // This is a regular package, with one or more known overlay packages.
12514 pw.println(" l[ibraries]: list known shared libraries");
12516 pw.println(" k[eysets]: print known keysets");