OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:executeNesting
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ServiceRecord.java
87
int
executeNesting
; // number of outstanding operations keeping foreground.
231
if (
executeNesting
!= 0 || crashCount != 0 || restartCount != 0
233
pw.print(prefix); pw.print("
executeNesting
="); pw.print(
executeNesting
);
ActivityManagerService.java
[
all
...]
Completed in 67 milliseconds