Searched refs:getBatteryName (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobServiceContext.java | 471 job.getSourceUid(), null, job.getBatteryName(), in executeRunnableJob() 533 mBatteryStats.noteJobStart(job.getBatteryName(), job.getSourceUid()); in executeRunnableJob() 1533 completedJob.getSourceUid(), null, completedJob.getBatteryName(), in closeAndCleanupJobLocked() 1577 mBatteryStats.noteJobFinish(mRunningJob.getBatteryName(), mRunningJob.getSourceUid(), in closeAndCleanupJobLocked()
|
H A D | JobPackageTracker.java | 490 job.getSourceUid(), job.getBatteryName(), job.getJobId(), 0, null); in noteActive() 503 job.getSourceUid(), job.getBatteryName(), job.getJobId(), stopReason, debugReason); in noteInactive()
|
H A D | JobSchedulerService.java | 1763 uId, null, jobStatus.getBatteryName(), 2192 cancelled.getSourceUid(), null, cancelled.getBatteryName(),
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
H A D | JobStatus.java | 1296 public String getBatteryName() { in getBatteryName() method in JobStatus 1869 sourceUid, null, getBatteryName(), getProtoConstraint(constraint), in setConstraintSatisfied()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 4532 HSPLcom/android/server/job/controllers/JobStatus;->getBatteryName()Ljava/lang/String;
|