Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessStateRecord.java1099 void bumpAllowStartFgsState(int newProcState) { in bumpAllowStartFgsState() argument
1100 if (newProcState < mAllowStartFgsState) { in bumpAllowStartFgsState()
1101 mAllowStartFgsState = newProcState; in bumpAllowStartFgsState()