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

/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java565 int nesting; field in class:AlarmManagerService.FilterStats
581 int nesting; field in class:AlarmManagerService.BroadcastStats
982 if (fs.nesting > 0) pw.print("*ACTIVE* ");
1002 if (bs.nesting > 0) pw.print("*ACTIVE* ");
1017 if (fs.nesting > 0) pw.print("*ACTIVE* ");
1645 if (bs.nesting == 0) {
1646 bs.nesting = 1;
1649 bs.nesting++;
1653 if (fs.nesting == 0) {
1654 fs.nesting
[all...]
H A DAppOpsService.java123 public int nesting; field in class:AppOpsService.Op
714 if (op.nesting == 0) {
719 op.nesting++;
748 if (op.nesting <= 1) {
749 if (op.nesting == 1) {
753 Slog.w(TAG, "Finishing op nesting under-run: uid " + op.uid + " pkg "
755 + " duration=" + op.duration + " nesting=" + op.nesting);
757 op.nesting = 0;
759 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 405 milliseconds