Searched refs:mLastResumedPkg (Results 1 – 1 of 1) sorted by relevance
86 private String mLastResumedPkg; field in UsageStatsService469 final boolean samePackage = pkgName.equals(mLastResumedPkg); in noteResumeComponent()477 if (mLastResumedPkg != null) { in noteResumeComponent()481 + " while already resumed in " + mLastResumedPkg); in noteResumeComponent()482 PkgUsageStatsExtended pus = mStats.get(mLastResumedPkg); in noteResumeComponent()493 mLastResumedPkg = pkgName; in noteResumeComponent()