Searched refs:getSetSchedGroup (Results 1 – 8 of 8) sorted by relevance
671 ? receiverRecord.callerApp.mState.getSetSchedGroup() in requestStartTargetPermissionsReviewIfNeededLocked()
577 int getSetSchedGroup() { in getSetSchedGroup() method in ProcessStateRecord
3015 if (state.getSetSchedGroup() != curSchedGroup) { in applyOomAdjLSP()3016 int oldSchedGroup = state.getSetSchedGroup(); in applyOomAdjLSP()
1718 || r.mState.getSetSchedGroup() != ProcessList.SCHED_GROUP_BACKGROUND; in requestTargetProviderPermissionsReviewIfNeededLocked()
828 callerFg = callerApp.mState.getSetSchedGroup() != ProcessList.SCHED_GROUP_BACKGROUND; in startServiceLocked()3658 final boolean callerFg = callerApp.mState.getSetSchedGroup() in bindServiceLocked()4081 if (client != null && client.mState.getSetSchedGroup() in unbindFinishedLocked()
4444 switch (state.getSetSchedGroup()) {4544 switch (state.getSetSchedGroup()) {
878 assertEquals(SCHED_GROUP_TOP_APP_BOUND, app.mState.getSetSchedGroup()); in testUpdateOomAdj_DoOne_Service_Started_WaivePriority_AdjustWithActivity()2718 assertEquals(expectedSchedGroup, state.getSetSchedGroup()); in assertProcStates()
2207 HSPLcom/android/server/am/ProcessStateRecord;->getSetSchedGroup()I