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

/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java92 private int mBroadcastRefCount = 0; field in class:AlarmManagerService
501 pw.print(" Broadcast ref count: "); pw.println(mBroadcastRefCount);
707 if (mBroadcastRefCount == 0) {
712 mBroadcastRefCount++;
938 mBroadcastRefCount--;
939 if (mBroadcastRefCount == 0) {

Completed in 38 milliseconds