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

/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java559 int nesting; field in class:AlarmManagerService.FilterStats
575 int nesting; field in class:AlarmManagerService.BroadcastStats
963 if (fs.nesting > 0) pw.print("*ACTIVE* ");
983 if (bs.nesting > 0) pw.print("*ACTIVE* ");
998 if (fs.nesting > 0) pw.print("*ACTIVE* ");
1626 if (bs.nesting == 0) {
1627 bs.nesting = 1;
1630 bs.nesting++;
1634 if (fs.nesting == 0) {
1635 fs.nesting
[all...]
H A DAppOpsService.java121 public int nesting; field in class:AppOpsService.Op
704 if (op.nesting == 0) {
709 op.nesting++;
738 if (op.nesting <= 1) {
739 if (op.nesting == 1) {
743 Slog.w(TAG, "Finishing op nesting under-run: uid " + op.uid + " pkg "
745 + " duration=" + op.duration + " nesting=" + op.nesting);
747 op.nesting = 0;
749 op.nesting
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java1090 int nesting = ++ims.mBatchEditNesting;
1091 if (nesting == 1) {
1113 int nesting = --ims.mBatchEditNesting;
1114 if (nesting == 0) {

Completed in 68 milliseconds