Home
last modified time | relevance | path

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

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