Searched refs:mBlocked (Results 1 – 5 of 5) sorted by relevance
71 private boolean mBlocked; field in NotificationChannelGroup116 mBlocked = in.readBoolean(); in NotificationChannelGroup()153 dest.writeBoolean(mBlocked); in writeToParcel()192 return mBlocked; in isBlocked()210 mBlocked = blocked; in setBlocked()345 + ", mBlocked=" + mBlocked in toString()358 proto.write(NotificationChannelGroupProto.IS_BLOCKED, mBlocked); in dumpDebug()
57 std::atomic<int> mBlocked; member65 (int)mDequeued, (int)mQueued, (int)mBlocked, in log()72 mBlocked = 0; in clear()351 mBqStat->mBlocked++; in TEST_F()480 mBqStat->mBlocked++; in TEST_F()593 mBqStat->mBlocked++; in TEST_F()639 mBqStat->mBlocked++; in TEST_F()
66 private boolean mBlocked; field in MessageQueue366 mBlocked = false; in next()406 mBlocked = true; in next()615 needWake = mBlocked; in enqueueMessage()623 needWake = mBlocked && p.target == null && msg.isAsynchronous(); in enqueueMessage()
157 private final boolean mBlocked; field in StatusBarIconView202 mBlocked = blocked; in StatusBarIconView()443 setVisibility(icon.visible && !mBlocked ? VISIBLE : GONE); in set()1081 return mBlocked; in isIconBlocked()
8050 Landroid/app/NotificationChannelGroup;->mBlocked:Z37107 Landroid/os/MessageQueue;->mBlocked:Z