Searched refs:mAllowStartFgsState (Results 1 – 1 of 1) sorted by relevance
302 private int mAllowStartFgsState = PROCESS_STATE_NONEXISTENT; field in ProcessStateRecord1089 mCurProcState = mCurRawProcState = mSetProcState = mAllowStartFgsState = in onCleanupApplicationRecordLSP()1095 mAllowStartFgsState = PROCESS_STATE_NONEXISTENT; in resetAllowStartFgsState()1100 if (newProcState < mAllowStartFgsState) { in bumpAllowStartFgsState()1101 mAllowStartFgsState = newProcState; in bumpAllowStartFgsState()1107 return mAllowStartFgsState; in getAllowStartFgsState()1112 return mAllowStartFgsState <= PROCESS_STATE_BOUND_FOREGROUND_SERVICE; in isAllowedStartFgsState()1167 pw.println(mAllowStartFgsState); in dump()