Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/timezone/
DTimeZoneUpdateIdler.java58 boolean reschedule = params.getStopReason() != JobParameters.STOP_REASON_CANCELLED_BY_APP; in onStopJob()
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobParameters.java160 public static final int STOP_REASON_CANCELLED_BY_APP = 1; field in JobParameters
238 STOP_REASON_CANCELLED_BY_APP,
/frameworks/proto_logging/stats/enums/app/job/
Denums.proto47 STOP_REASON_CANCELLED_BY_APP = 1; enumerator
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerService.java1143 cancelJobImplLocked(toCancel, jobStatus, JobParameters.STOP_REASON_CANCELLED_BY_APP,
2866 JobParameters.STOP_REASON_CANCELLED_BY_APP,
2881 JobParameters.STOP_REASON_CANCELLED_BY_APP);
/frameworks/base/core/api/
Dcurrent.txt8027 field public static final int STOP_REASON_CANCELLED_BY_APP = 1; // 0x1