Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobServiceContext.java614 private String getRunningJobNameLocked() { in getRunningJobNameLocked() method in JobServiceContext
1199 Slog.d(TAG, "handleServiceBound for " + getRunningJobNameLocked()); in handleServiceBoundLocked()
1370 + " Sending onStop: " + getRunningJobNameLocked()); in handleOpTimeoutLocked()
1385 + " Sending onStop: " + getRunningJobNameLocked()); in handleOpTimeoutLocked()
1395 + getRunningJobNameLocked() + " because " + reason); in handleOpTimeoutLocked()
1403 Slog.i(TAG, "Letting " + getRunningJobNameLocked() in handleOpTimeoutLocked()
1429 + getRunningJobNameLocked() + ", dropping."); in handleOpTimeoutLocked()
1462 Slog.w(TAG, anrMessage + " for " + getRunningJobNameLocked()); in onSlowAppResponseLocked()