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

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

Completed in 209 milliseconds