Searched refs:mCachedCompatChanges (Results 1 – 1 of 1) sorted by relevance
432 private int[] mCachedCompatChanges = new int[] { field in ProcessStateRecord1103 if (mCachedCompatChanges[cachedCompatChangeId] == VALUE_INVALID) { in getCachedCompatChange()1104 mCachedCompatChanges[cachedCompatChangeId] = mService.mOomAdjuster in getCachedCompatChange()1108 return mCachedCompatChanges[cachedCompatChangeId] == VALUE_TRUE; in getCachedCompatChange()1220 for (int i = 0; i < mCachedCompatChanges.length; i++) { in onCleanupApplicationRecordLSP()1221 mCachedCompatChanges[i] = VALUE_INVALID; in onCleanupApplicationRecordLSP()