Searched refs:ACTION_JOB_LOW_START (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/tare/ |
H A D | AgentTrendCalculatorTest.java | 278 mEconomicPolicy.mEventCosts.put(JobSchedulerEconomicPolicy.ACTION_JOB_LOW_START, 10); in testSelectCorrectThreshold_Balance() 289 new AnticipatedAction(JobSchedulerEconomicPolicy.ACTION_JOB_LOW_START, 1, 0))), in testSelectCorrectThreshold_Balance() 395 mEconomicPolicy.mEventCosts.put(JobSchedulerEconomicPolicy.ACTION_JOB_LOW_START, 10); in testSelectCorrectThreshold() 406 new AnticipatedAction(JobSchedulerEconomicPolicy.ACTION_JOB_LOW_START, 1, 0))), in testSelectCorrectThreshold()
|
H A D | CompleteEconomicPolicyTest.java | 238 assertNull(mEconomicPolicy.getAction(JobSchedulerEconomicPolicy.ACTION_JOB_LOW_START)); in testPolicyToggling() 261 assertNotNull(mEconomicPolicy.getAction(JobSchedulerEconomicPolicy.ACTION_JOB_LOW_START)); in testPolicyToggling()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/ |
H A D | JobSchedulerEconomicPolicy.java | 147 public static final int ACTION_JOB_LOW_START = TYPE_ACTION | POLICY_JOB | 6; field in JobSchedulerEconomicPolicy 350 mActions.put(ACTION_JOB_LOW_START, new Action(ACTION_JOB_LOW_START,
|
H A D | EconomicPolicy.java | 99 JobSchedulerEconomicPolicy.ACTION_JOB_LOW_START, 409 case JobSchedulerEconomicPolicy.ACTION_JOB_LOW_START: in actionToString()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobServiceContext.java | 589 return JobSchedulerEconomicPolicy.ACTION_JOB_LOW_START; in getStartActionId()
|