Searched refs:mBroadcastCount (Results 1 – 2 of 2) sorted by relevance
61 private int mBroadcastCount = -1; field in RemoteCallbackList241 if (mBroadcastCount > 0) { in beginBroadcast()246 final int N = mBroadcastCount = mCallbacks.size(); in beginBroadcast()305 if (mBroadcastCount < 0) { in finishBroadcast()312 final int N = mBroadcastCount; in finishBroadcast()318 mBroadcastCount = -1; in finishBroadcast()428 pw.print(prefix); pw.print("broadcasts count: "); pw.println(mBroadcastCount); in dump()
52325 Landroid/os/RemoteCallbackList;->mBroadcastCount:I