Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobScheduler.java161 public static final int PENDING_JOB_REASON_APP_STANDBY = 2; field in JobScheduler
246 PENDING_JOB_REASON_APP_STANDBY,
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java1988 return JobScheduler.PENDING_JOB_REASON_APP_STANDBY; in getPendingJobReason()
1998 return JobScheduler.PENDING_JOB_REASON_APP_STANDBY; in getPendingJobReason()
2020 return JobScheduler.PENDING_JOB_REASON_APP_STANDBY; in getPendingJobReason()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt8883 field public static final int PENDING_JOB_REASON_APP_STANDBY = 2; // 0x2