Home | History | Annotate | Download | only in pm

Lines Matching refs:pkg

69             for (PackageParser.Package pkg : packages.values()) {
70 if (pkg.getLatestPackageUseTimeInMills() == 0L) {
74 sb.append(pkg.packageName);
75 for (long usageTimeInMillis : pkg.mLastPackageUsageTimeInMills) {
131 PackageParser.Package pkg = packages.get(packageName);
132 if (pkg == null) {
140 pkg.mLastPackageUsageTimeInMills[reason] = timestamp;
157 PackageParser.Package pkg = packages.get(packageName);
158 if (pkg == null) {
165 pkg.mLastPackageUsageTimeInMills[reason] = parseAsLong(tokens[reason + 1]);