Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/
DJobPackageTracker.java90 int pendingNesting; field in JobPackageTracker.PackageEntry
113 if (pendingNesting > 0) { in getPendingTime()
172 if (pe.pendingNesting == 0) { in incPending()
176 pe.pendingNesting++; in incPending()
181 if (pe.pendingNesting == 1) { in decPending()
184 pe.pendingNesting--; in decPending()
230 if (pe.activeNesting > 0 || pe.activeTopNesting > 0 || pe.pendingNesting > 0) { in finish()
238 nextPe.pendingNesting = pe.pendingNesting; in finish()
248 if (pe.pendingNesting > 0) { in finish()
250 pe.pendingNesting = 0; in finish()
[all …]