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

/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java105 private int mBroadcastRefCount = 0; field in class:AlarmManagerService
862 pw.print(" Broadcast ref count: "); pw.println(mBroadcastRefCount);
1215 if (mBroadcastRefCount == 0) {
1222 mBroadcastRefCount++;
1473 mBroadcastRefCount--;
1474 if (mBroadcastRefCount == 0) {

Completed in 723 milliseconds