Searched refs:mLastCompactProfile (Results 1 – 1 of 1) sorted by relevance
63 @GuardedBy("mProcLock") private CachedAppOptimizer.CompactProfile mLastCompactProfile; field in ProcessCachedOptimizerRecord179 if (mLastCompactProfile == null) { in getLastCompactProfile()181 mLastCompactProfile = CachedAppOptimizer.CompactProfile.SOME; in getLastCompactProfile()184 return mLastCompactProfile; in getLastCompactProfile()189 mLastCompactProfile = lastCompactProfile; in setLastCompactProfile()333 pw.println(mLastCompactProfile); in dump()