Searched defs:executeNesting (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java92 int executeNesting; // number of outstanding operations keeping foreground. field in class:ServiceRecord
239 if (executeNesting != 0 || crashCount != 0 || restartCount != 0
241 pw.print(prefix); pw.print("executeNesting="); pw.print(executeNesting);

Completed in 26 milliseconds