Searched refs:mBroadcastRefCount (Results 1 – 1 of 1) sorted by relevance
119 int mBroadcastRefCount = 0; field in AlarmManagerService933 pw.print(" Broadcast ref count: "); pw.println(mBroadcastRefCount); in dumpImpl()1633 if (mBroadcastRefCount == 0) { in deliverAlarmsLocked()1641 mBroadcastRefCount++; in deliverAlarmsLocked()2036 mBroadcastRefCount--; in onSendFinished()2037 if (mBroadcastRefCount == 0) { in onSendFinished()