Searched refs:mCachedIsHomeProcess (Results 1 – 1 of 1) sorted by relevance
387 private int mCachedIsHomeProcess = VALUE_INVALID; field in ProcessStateRecord949 mCachedIsHomeProcess = VALUE_INVALID; in resetCachedInfo()988 if (mCachedIsHomeProcess == VALUE_INVALID) { in getCachedIsHomeProcess()990 mCachedIsHomeProcess = VALUE_TRUE; in getCachedIsHomeProcess()993 mCachedIsHomeProcess = VALUE_FALSE; in getCachedIsHomeProcess()996 return mCachedIsHomeProcess == VALUE_TRUE; in getCachedIsHomeProcess()