Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobServiceContext.java212 private boolean mAwaitingNotification; field in JobServiceContext
383 mAwaitingNotification = job.isUserVisibleJob(); in executeRunnableJob()
950 if (mAwaitingNotification) { in doSetNotification()
951 mAwaitingNotification = false; in doSetNotification()
1407 } else if (mAwaitingNotification) { in handleOpTimeoutLocked()
1675 if (mAwaitingNotification) { in scheduleOpTimeOutLocked()