Searched refs:mCachedIsPreviousProcess (Results 1 – 1 of 1) sorted by relevance
423 private int mCachedIsPreviousProcess = VALUE_INVALID; field in ProcessStateRecord1002 mCachedIsPreviousProcess = VALUE_INVALID; in resetCachedInfo()1059 if (mCachedIsPreviousProcess == VALUE_INVALID) { in getCachedIsPreviousProcess()1061 mCachedIsPreviousProcess = VALUE_TRUE; in getCachedIsPreviousProcess()1064 mCachedIsPreviousProcess = VALUE_FALSE; in getCachedIsPreviousProcess()1067 return mCachedIsPreviousProcess == VALUE_TRUE; in getCachedIsPreviousProcess()