Searched refs:mCachedCompatChanges (Results 1 – 1 of 1) sorted by relevance
442 private int[] mCachedCompatChanges = new int[] { field in ProcessStateRecord1086 if (mCachedCompatChanges[cachedCompatChangeId] == VALUE_INVALID) { in getCachedCompatChange()1087 mCachedCompatChanges[cachedCompatChangeId] = mService.mOomAdjuster in getCachedCompatChange()1091 return mCachedCompatChanges[cachedCompatChangeId] == VALUE_TRUE; in getCachedCompatChange()1177 for (int i = 0; i < mCachedCompatChanges.length; i++) { in onCleanupApplicationRecordLSP()1178 mCachedCompatChanges[i] = VALUE_INVALID; in onCleanupApplicationRecordLSP()