Searched refs:mCachedIsPreviousProcess (Results 1 – 1 of 1) sorted by relevance
389 private int mCachedIsPreviousProcess = VALUE_INVALID; field in ProcessStateRecord950 mCachedIsPreviousProcess = VALUE_INVALID; in resetCachedInfo()1001 if (mCachedIsPreviousProcess == VALUE_INVALID) { in getCachedIsPreviousProcess()1003 mCachedIsPreviousProcess = VALUE_TRUE; in getCachedIsPreviousProcess()1006 mCachedIsPreviousProcess = VALUE_FALSE; in getCachedIsPreviousProcess()1009 return mCachedIsPreviousProcess == VALUE_TRUE; in getCachedIsPreviousProcess()