Home
last modified time | relevance | path

Searched refs:mCachedIsPreviousProcess (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java432 private int mCachedIsPreviousProcess = VALUE_INVALID; field in ProcessStateRecord
993 mCachedIsPreviousProcess = VALUE_INVALID; in resetCachedInfo()
1049 if (mCachedIsPreviousProcess == VALUE_INVALID) { in getCachedIsPreviousProcess()
1051 mCachedIsPreviousProcess = VALUE_TRUE; in getCachedIsPreviousProcess()
1054 mCachedIsPreviousProcess = VALUE_FALSE; in getCachedIsPreviousProcess()
1057 return mCachedIsPreviousProcess == VALUE_TRUE; in getCachedIsPreviousProcess()