Searched refs:mCachedIsHomeProcess (Results 1 – 1 of 1) sorted by relevance
430 private int mCachedIsHomeProcess = VALUE_INVALID; field in ProcessStateRecord992 mCachedIsHomeProcess = VALUE_INVALID; in resetCachedInfo()1036 if (mCachedIsHomeProcess == VALUE_INVALID) { in getCachedIsHomeProcess()1038 mCachedIsHomeProcess = VALUE_TRUE; in getCachedIsHomeProcess()1041 mCachedIsHomeProcess = VALUE_FALSE; in getCachedIsHomeProcess()1044 return mCachedIsHomeProcess == VALUE_TRUE; in getCachedIsHomeProcess()