Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobParameters.java82 public static final int INTERNAL_STOP_REASON_UNINSTALL = field in JobParameters
83 JobProtoEnums.INTERNAL_STOP_REASON_UNINSTALL; // 7.
120 INTERNAL_STOP_REASON_UNINSTALL,
140 case INTERNAL_STOP_REASON_UNINSTALL: return "uninstall"; in getInternalReasonCodeDescription()
/frameworks/proto_logging/stats/enums/app/job/
Denums.proto38 INTERNAL_STOP_REASON_UNINSTALL = 7; enumerator
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerService.java871 JobParameters.INTERNAL_STOP_REASON_UNINSTALL,
921 JobParameters.INTERNAL_STOP_REASON_UNINSTALL, "app uninstalled");
1300 JobParameters.INTERNAL_STOP_REASON_UNINSTALL, "user removed");
1975 if (debugStopReason == JobParameters.INTERNAL_STOP_REASON_UNINSTALL