Searched refs:mCachedIsHomeProcess (Results 1 – 1 of 1) sorted by relevance
421 private int mCachedIsHomeProcess = VALUE_INVALID; field in ProcessStateRecord1001 mCachedIsHomeProcess = VALUE_INVALID; in resetCachedInfo()1046 if (mCachedIsHomeProcess == VALUE_INVALID) { in getCachedIsHomeProcess()1048 mCachedIsHomeProcess = VALUE_TRUE; in getCachedIsHomeProcess()1051 mCachedIsHomeProcess = VALUE_FALSE; in getCachedIsHomeProcess()1054 return mCachedIsHomeProcess == VALUE_TRUE; in getCachedIsHomeProcess()