Searched refs:activeTopNesting (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/job/
H A DJobPackageTracker.java85 int activeTopNesting; field in class:JobPackageTracker.PackageEntry
105 if (activeTopNesting > 0) {
208 if (pe.activeTopNesting == 0) {
212 pe.activeTopNesting++;
217 if (pe.activeTopNesting == 1) {
220 pe.activeTopNesting--;
230 if (pe.activeNesting > 0 || pe.activeTopNesting > 0 || pe.pendingNesting > 0) {
236 nextPe.activeTopNesting = pe.activeTopNesting;
244 if (pe.activeTopNesting >
[all...]

Completed in 118 milliseconds