Searched refs:mLastCompactProfile (Results 1 – 1 of 1) sorted by relevance
65 @GuardedBy("mProcLock") private CachedAppOptimizer.CompactProfile mLastCompactProfile; field in ProcessCachedOptimizerRecord181 if (mLastCompactProfile == null) { in getLastCompactProfile()183 mLastCompactProfile = CachedAppOptimizer.CompactProfile.SOME; in getLastCompactProfile()186 return mLastCompactProfile; in getLastCompactProfile()191 mLastCompactProfile = lastCompactProfile; in setLastCompactProfile()349 pw.println(mLastCompactProfile); in dump()