Searched refs:mCachedIsHeavyWeight (Results 1 – 1 of 1) sorted by relevance
342 private int mCachedIsHeavyWeight = VALUE_INVALID; field in ProcessRecord1824 mCachedIsHeavyWeight = VALUE_INVALID; in resetCachedInfo()1845 if (mCachedIsHeavyWeight == VALUE_INVALID) { in getCachedIsHeavyWeight()1846 mCachedIsHeavyWeight = mService.mAtmInternal.isHeavyWeightProcess( in getCachedIsHeavyWeight()1849 return mCachedIsHeavyWeight == VALUE_TRUE; in getCachedIsHeavyWeight()