Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java216 private boolean mAwaitingNotification; field in JobServiceContext
379 mAwaitingNotification = job.isUserVisibleJob(); in executeRunnableJob()
952 if (mAwaitingNotification) { in doSetNotification()
953 mAwaitingNotification = false; in doSetNotification()
1409 } else if (mAwaitingNotification) { in handleOpTimeoutLocked()
1654 if (mAwaitingNotification) { in scheduleOpTimeOutLocked()