Searched refs:mCachedIsHomeProcess (Results 1 – 1 of 1) sorted by relevance
420 private int mCachedIsHomeProcess = VALUE_INVALID; field in ProcessStateRecord1008 mCachedIsHomeProcess = VALUE_INVALID; in resetCachedInfo()1053 if (mCachedIsHomeProcess == VALUE_INVALID) { in getCachedIsHomeProcess()1055 mCachedIsHomeProcess = VALUE_TRUE; in getCachedIsHomeProcess()1058 mCachedIsHomeProcess = VALUE_FALSE; in getCachedIsHomeProcess()1061 return mCachedIsHomeProcess == VALUE_TRUE; in getCachedIsHomeProcess()