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.java73 int pendingNesting; field in JobPackageTracker.PackageEntry
95 if (pendingNesting > 0) { in getPendingTime()
154 if (pe.pendingNesting == 0) { in incPending()
158 pe.pendingNesting++; in incPending()
163 if (pe.pendingNesting == 1) { in decPending()
166 pe.pendingNesting--; in decPending()
208 if (pe.activeNesting > 0 || pe.activeTopNesting > 0 || pe.pendingNesting > 0) { in finish()
216 nextPe.pendingNesting = pe.pendingNesting; in finish()
226 if (pe.pendingNesting > 0) { in finish()
228 pe.pendingNesting = 0; in finish()
[all …]