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

/frameworks/base/services/java/com/android/server/
H A DAppOpsService.java110 public int nesting; field in class:AppOpsService.Op
622 if (op.nesting == 0) {
627 op.nesting++;
656 if (op.nesting <= 1) {
657 if (op.nesting == 1) {
661 Slog.w(TAG, "Finishing op nesting under-run: uid " + op.uid + " pkg "
663 + " duration=" + op.duration + " nesting=" + op.nesting);
665 op.nesting = 0;
667 op.nesting
[all...]
H A DAlarmManagerService.java429 int nesting; field in class:AlarmManagerService.FilterStats
444 int nesting; field in class:AlarmManagerService.BroadcastStats
904 if (fs.nesting > 0) pw.print("*ACTIVE* ");
927 if (bs.nesting > 0) pw.print("*ACTIVE* ");
941 if (fs.nesting > 0) pw.print("*ACTIVE* ");
1218 if (bs.nesting == 0) {
1219 bs.nesting = 1;
1222 bs.nesting++;
1226 if (fs.nesting == 0) {
1227 fs.nesting
[all...]

Completed in 74 milliseconds