Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java560 jobStatus.getSourceTag(), jobStatus.getNumFailures(), in JobStatus()
612 rescheduling.getSourceTag(), backoffAttempt, newEarliestRuntimeElapsedMillis, in JobStatus()
897 public String getSourceTag() { in getSourceTag() method in JobStatus
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobStore.java535 if (jobStatus.getSourceTag() != null) {
536 out.attribute(null, "sourceTag", jobStatus.getSourceTag());
/aosp12/frameworks/base/services/
H A Dart-profile20874 HPLcom/android/server/job/controllers/JobStatus;->getSourceTag()Ljava/lang/String;