Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessStateRecord.java421 private int mCachedIsHomeProcess = VALUE_INVALID; field in ProcessStateRecord
1001 mCachedIsHomeProcess = VALUE_INVALID; in resetCachedInfo()
1046 if (mCachedIsHomeProcess == VALUE_INVALID) { in getCachedIsHomeProcess()
1048 mCachedIsHomeProcess = VALUE_TRUE; in getCachedIsHomeProcess()
1051 mCachedIsHomeProcess = VALUE_FALSE; in getCachedIsHomeProcess()
1054 return mCachedIsHomeProcess == VALUE_TRUE; in getCachedIsHomeProcess()