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

/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java438 int nesting; field in class:AlarmManagerService.FilterStats
453 int nesting; field in class:AlarmManagerService.BroadcastStats
909 if (fs.nesting > 0) pw.print("*ACTIVE* ");
932 if (bs.nesting > 0) pw.print("*ACTIVE* ");
946 if (fs.nesting > 0) pw.print("*ACTIVE* ");
1226 if (bs.nesting == 0) {
1227 bs.nesting = 1;
1230 bs.nesting++;
1234 if (fs.nesting == 0) {
1235 fs.nesting
[all...]
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...]
/frameworks/base/core/java/android/widget/
H A DEditor.java1059 int nesting = ++ims.mBatchEditNesting;
1060 if (nesting == 1) {
1082 int nesting = --ims.mBatchEditNesting;
1083 if (nesting == 0) {

Completed in 97 milliseconds