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.java420 private int mCachedIsHomeProcess = VALUE_INVALID; field in ProcessStateRecord
1008 mCachedIsHomeProcess = VALUE_INVALID; in resetCachedInfo()
1053 if (mCachedIsHomeProcess == VALUE_INVALID) { in getCachedIsHomeProcess()
1055 mCachedIsHomeProcess = VALUE_TRUE; in getCachedIsHomeProcess()
1058 mCachedIsHomeProcess = VALUE_FALSE; in getCachedIsHomeProcess()
1061 return mCachedIsHomeProcess == VALUE_TRUE; in getCachedIsHomeProcess()