Searched refs:mAllowStartFgsState (Results 1 – 1 of 1) sorted by relevance
303 private int mAllowStartFgsState = PROCESS_STATE_NONEXISTENT; field in ProcessStateRecord1123 mCurProcState = mCurRawProcState = mSetProcState = mAllowStartFgsState = in onCleanupApplicationRecordLSP()1132 mAllowStartFgsState = PROCESS_STATE_NONEXISTENT; in resetAllowStartFgsState()1137 if (newProcState < mAllowStartFgsState) { in bumpAllowStartFgsState()1138 mAllowStartFgsState = newProcState; in bumpAllowStartFgsState()1144 return mAllowStartFgsState; in getAllowStartFgsState()1149 return mAllowStartFgsState <= PROCESS_STATE_BOUND_FOREGROUND_SERVICE; in isAllowedStartFgsState()1219 pw.println(mAllowStartFgsState); in dump()