Home
last modified time | relevance | path

Searched refs:mCachedIsHomeProcess (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java387 private int mCachedIsHomeProcess = VALUE_INVALID; field in ProcessStateRecord
949 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()