Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessStateRecord.java422 private int mCachedIsPreviousProcess = VALUE_INVALID; field in ProcessStateRecord
1009 mCachedIsPreviousProcess = VALUE_INVALID; in resetCachedInfo()
1066 if (mCachedIsPreviousProcess == VALUE_INVALID) { in getCachedIsPreviousProcess()
1068 mCachedIsPreviousProcess = VALUE_TRUE; in getCachedIsPreviousProcess()
1071 mCachedIsPreviousProcess = VALUE_FALSE; in getCachedIsPreviousProcess()
1074 return mCachedIsPreviousProcess == VALUE_TRUE; in getCachedIsPreviousProcess()