Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java725 sendStopMessageLocked("stop from shell"); in stopIfExecutingLocked()
1313 sendStopMessageLocked(reason); in handleCancelLocked()
1375 sendStopMessageLocked(mPendingDebugStopReason); in handleOpTimeoutLocked()
1390 sendStopMessageLocked("timeout while executing"); in handleOpTimeoutLocked()
1403 sendStopMessageLocked(reason); in handleOpTimeoutLocked()
1441 private void sendStopMessageLocked(@Nullable String reason) { in sendStopMessageLocked() method in JobServiceContext
/aosp14/frameworks/base/services/
H A Dart-profile4377 HPLcom/android/server/job/JobServiceContext;->sendStopMessageLocked(Ljava/lang/String;)V